]> Zhao Yanbai Git Server - minix.git/commitdiff
No backquotes.
authorBen Gras <ben@minix3.org>
Wed, 7 Sep 2005 18:24:38 +0000 (18:24 +0000)
committerBen Gras <ben@minix3.org>
Wed, 7 Sep 2005 18:24:38 +0000 (18:24 +0000)
boot/boothead.s
boot/doshead.s

index 0ee36e1cfe26442926ab7000cdd39f3f0a908fab..f00b3f4dd0636629f9894edee19a2f4c62d837bc 100755 (executable)
@@ -1255,7 +1255,7 @@ int86:
 0:
  cseg  cmp     ax, intret      ! Needs to be changed?
        je      0f              ! If not then avoid a huge I-cache stall
-   cseg        mov     intret, ax      ! Patch `INT n' or `RETF; NOP' into code
+   cseg        mov     intret, ax      ! Patch 'INT n' or 'RETF; NOP' into code
        jmp     .+2             ! Clear instruction queue
 0:
        mov     ds, 16(bp)      ! Load parameters
index c1a41ec38eea92aaeb6b087ba750a95ab5d6ccd8..86f5621e43788da3eaef0385a72c09a15f813f09 100755 (executable)
@@ -1145,7 +1145,7 @@ o32 eseg mov      (0x046C), eax   ! Clear BIOS clock tick counter
        push    intret+2        ! Far return address
    o32 push    12(bp)          ! Far driver address
        mov     ax, 0x90CB      ! RETF; NOP
-0: cseg        mov     (intret), ax    ! Patch `INT n' or `RETF; NOP' into code
+0: cseg        mov     (intret), ax    ! Patch 'INT n' or 'RETF; NOP' into code
 
        mov     ds, 16(bp)      ! Load parameters
        mov     es, 18(bp)