From 1348e57ac1db70515e007e13dc9d9c6dc5cab547 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 13 Oct 2003 21:47:27 -0700 Subject: [PATCH] Fix up decoder.cc generation... this got broken at the directory reorg. arch/isa_parser.py: Fix include path (bitfield.hh -> base/bitfield.hh). --HG-- extra : convert_revision : 2ce02d0a5986694a6a6ebcab1e5e0a306d6e5a49 --- arch/isa_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/isa_parser.py b/arch/isa_parser.py index 1c3cb6c4e..2e3c0df35 100755 --- a/arch/isa_parser.py +++ b/arch/isa_parser.py @@ -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 ///////////////////////////////////// -- 2.30.2