# HG changeset patch # User Pascal Bellard # Date 1571476353 -7200 # Node ID e45e765b10377ca384c9831b66ab92e52e241ff0 # Parent 5b6c86ca3faad6b9908a2a78639db455d3f4e739 linld: ipxe support diff -r 5b6c86ca3faa -r e45e765b1037 linld/stuff/src/JUMP.ASM --- a/linld/stuff/src/JUMP.ASM Sat Oct 19 10:25:12 2019 +0200 +++ b/linld/stuff/src/JUMP.ASM Sat Oct 19 11:12:33 2019 +0200 @@ -128,11 +128,11 @@ mov ax,[ss:024Ch] jne @@notzimage @@isipxe: - push cs - call @last_ditch$qv dos_shutdown ; clear si; ds=0 push cs pop ds + push cs + call @last_ditch$qv @@notzimage: xor ax,2b30h je @@isipxe