projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0273292
)
Minor comment fix up.
author
Gabe Black
<gblack@eecs.umich.edu>
Tue, 12 Jun 2007 17:35:11 +0000
(17:35 +0000)
committer
Gabe Black
<gblack@eecs.umich.edu>
Tue, 12 Jun 2007 17:35:11 +0000
(17:35 +0000)
--HG--
extra : convert_revision :
20d517c4bc2aae54e53368c708b5abb27ed3a469
src/arch/x86/isa/specialize.isa
patch
|
blob
|
history
diff --git
a/src/arch/x86/isa/specialize.isa
b/src/arch/x86/isa/specialize.isa
index fe3730b77423725d08a93cf4e4546a6f9e65798e..8312fcdc56e4d334a8ffd22841c39e1845928db5 100644
(file)
--- a/
src/arch/x86/isa/specialize.isa
+++ b/
src/arch/x86/isa/specialize.isa
@@
-158,6
+158,6
@@
let {{
opTypes.pop(0)
# Generate code to return a macroop of the given name which will
- # operate in the
given "emulation environment"
+ # operate in the
"emulation environment" env
return genMacroop(Name, env)
}};