diff options
author | hpa <hpa> | 2005-08-23 21:10:33 +0000 |
---|---|---|
committer | hpa <hpa> | 2005-08-23 21:10:33 +0000 |
commit | a68c07995cc5e7ff18c1a7535cbfeca15f2bbeb5 (patch) | |
tree | e4e2b22bd89c8acc04f3a6ad6813873f83f91166 /abort.inc | |
parent | a4c0c06c9fad14b5af79a570e61335ac7ef74dff (diff) | |
download | syslinux-a68c07995cc5e7ff18c1a7535cbfeca15f2bbeb5.tar.gz |
Fix stack restoration on isolinux
Diffstat (limited to 'abort.inc')
-rw-r--r-- | abort.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ abort_load: %elif IS_PXELINUX lss esp,[BaseStack] %elif IS_ISOLINUX - lss sp,[Stack] + lss sp,[StackPtr] %else NEED TO KNOW HOW TO RESET STACK %endif |