No backquotes.

This commit is contained in:
Ben Gras 2005-09-07 18:24:38 +00:00
parent 769d420b5d
commit 1982fc666a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)