projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a51417
)
(MACHINE_THREAD_STATE_SET_SP): Fix typo in last change.
author
roland
<roland>
Sun, 4 Sep 1994 19:37:38 +0000
(19:37 +0000)
committer
roland
<roland>
Sun, 4 Sep 1994 19:37:38 +0000
(19:37 +0000)
sysdeps/mach/thread_state.h
patch
|
blob
|
history
diff --git
a/sysdeps/mach/thread_state.h
b/sysdeps/mach/thread_state.h
index
5651fc4
..
5999fdf
100644
(file)
--- a/
sysdeps/mach/thread_state.h
+++ b/
sysdeps/mach/thread_state.h
@@
-35,7
+35,7
@@
Cambridge, MA 02139, USA. */
((ts)->SP = (unsigned long int) (stack))
#else
#define MACHINE_THREAD_STATE_SET_SP(ts, stack, size) \
- ((ts)->SP = (unsiged long int) (stack) + (size))
+ ((ts)->SP = (unsig
n
ed long int) (stack) + (size))
#endif
#endif