No backquotes.
This commit is contained in:
parent
769d420b5d
commit
1982fc666a
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user