git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
88f3f66
)
label-in-col-1-20030630
author
Jim Rees
<rees@umich.edu>
Mon, 30 Jun 2003 20:51:57 +0000 (20:51 +0000)
committer
Jim Rees
<rees@umich.edu>
Mon, 30 Jun 2003 20:51:57 +0000 (20:51 +0000)
put asm labels in col 1 (some asms are picky picky)
src/lwp/process.i386.s
patch
|
blob
|
history
diff --git
a/src/lwp/process.i386.s
b/src/lwp/process.i386.s
index
add5b95
..
105a116
100644
(file)
--- a/
src/lwp/process.i386.s
+++ b/
src/lwp/process.i386.s
@@
-56,7
+56,7
@@
.globl PRE_Block
.globl savecontext
- savecontext:
+savecontext:
pushl %ebp /* New Frame! */
movl %esp,%ebp
pusha /* Push all registers */