pa2.2: add ITRACE buffer
This commit is contained in:
parent
d67fb1138a
commit
c917083554
7 changed files with 39 additions and 10 deletions
|
@ -23,7 +23,6 @@ typedef struct Decode {
|
|||
vaddr_t snpc; // static next pc
|
||||
vaddr_t dnpc; // dynamic next pc
|
||||
ISADecodeInfo isa;
|
||||
IFDEF(CONFIG_ITRACE, char logbuf[128]);
|
||||
} Decode;
|
||||
|
||||
// --- pattern matching mechanism ---
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue