소스 검색

* go32.map_device_in_memory_block result checking made consistent with all the
other functions in the go32 unit

git-svn-id: trunk@25787 -

nickysn 12 년 전
부모
커밋
3fb87cb529
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      rtl/go32v2/go32.pp

+ 1 - 2
rtl/go32v2/go32.pp

@@ -1156,9 +1156,8 @@ interface
            movl $0x0508,%eax
            int $0x31
            pushf
-           setnc %al
-           movb %al,__RESULT
            call test_int31
+           movb %al,__RESULT
            popl %esi
            popl %edi
            popl %ebx