projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55293c9
)
Fixed a typo.
author
Gabe Black
<gblack@eecs.umich.edu>
Wed, 29 Mar 2006 00:39:29 +0000
(19:39 -0500)
committer
Gabe Black
<gblack@eecs.umich.edu>
Wed, 29 Mar 2006 00:39:29 +0000
(19:39 -0500)
--HG--
extra : convert_revision :
9ad2bde341a9efb2826159229427b719ff2142f4
arch/sparc/isa_traits.hh
patch
|
blob
|
history
diff --git
a/arch/sparc/isa_traits.hh
b/arch/sparc/isa_traits.hh
index 6cf77eb0eef9b889c377bd1401deb5d61c221854..bbc66202c23d817ea6daa5c600e67cbe6f258e5d 100644
(file)
--- a/
arch/sparc/isa_traits.hh
+++ b/
arch/sparc/isa_traits.hh
@@
-119,7
+119,7
@@
namespace SparcISA
const int ArgumentReg4 = 12;
const int ArgumentReg5 = 13;
const int SyscallNumReg = 1;
- // Some OS syscall
su
e a second register (o1) to return a second value
+ // Some OS syscall
us
e a second register (o1) to return a second value
const int SyscallPseudoReturnReg = ArgumentReg1;
//XXX These numbers are bogus