Fix up decoder.cc generation... this got broken at the directory reorg.
authorSteve Reinhardt <stever@eecs.umich.edu>
Tue, 14 Oct 2003 04:47:27 +0000 (21:47 -0700)
committerSteve 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

index 1c3cb6c4ecb0ee16b9e53442ea8f0dcfe35e9c72..2e3c0df3540e68920fd1a3a3c5bb5c605486db9d 100755 (executable)
@@ -279,7 +279,7 @@ def p_specification(t):
  *    RCS %(local_rcs_id)s
  */
 
-#include "bitfield.hh" // required for bitfield support
+#include "base/bitfield.hh"    // required for bitfield support
 
 
 /////////////////////////////////////