projects
/
platform
/
upstream
/
syslinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c0c06
)
Fix stack restoration on isolinux
author
hpa
<hpa>
Tue, 23 Aug 2005 21:10:33 +0000
(21:10 +0000)
committer
hpa
<hpa>
Tue, 23 Aug 2005 21:10:33 +0000
(21:10 +0000)
abort.inc
patch
|
blob
|
history
diff --git
a/abort.inc
b/abort.inc
index
d2b6c17
..
de0f60e
100644
(file)
--- a/
abort.inc
+++ b/
abort.inc
@@
-56,7
+56,7
@@
abort_load:
%elif IS_PXELINUX
lss esp,[BaseStack]
%elif IS_ISOLINUX
- lss sp,[Stack]
+ lss sp,[Stack
Ptr
]
%else
NEED TO KNOW HOW TO RESET STACK
%endif