projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dbe897
)
Fix up decoder.cc generation... this got broken at the directory reorg.
author
Steve Reinhardt
<stever@eecs.umich.edu>
Tue, 14 Oct 2003 04:47:27 +0000
(21:47 -0700)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Tue, 14 Oct 2003 04:47:27 +0000
(21:47 -0700)
arch/isa_parser.py:
Fix include path (bitfield.hh -> base/bitfield.hh).
--HG--
extra : convert_revision :
2ce02d0a5986694a6a6ebcab1e5e0a306d6e5a49
arch/isa_parser.py
patch
|
blob
|
history
diff --git
a/arch/isa_parser.py
b/arch/isa_parser.py
index 1c3cb6c4ecb0ee16b9e53442ea8f0dcfe35e9c72..2e3c0df3540e68920fd1a3a3c5bb5c605486db9d 100755
(executable)
--- a/
arch/isa_parser.py
+++ b/
arch/isa_parser.py
@@
-279,7
+279,7
@@
def p_specification(t):
* RCS %(local_rcs_id)s
*/
-#include "b
itfield.hh"
// required for bitfield support
+#include "b
ase/bitfield.hh"
// required for bitfield support
/////////////////////////////////////