Fix the bugs I introduced fixing the bug earlier tonight.
This commit is contained in:
parent
ae12b87972
commit
eaf56db5bc
4 changed files with 11 additions and 6 deletions
|
|
@ -15,10 +15,8 @@ dwarf386regs[] =
|
|||
"BP",
|
||||
"SI",
|
||||
"DI",
|
||||
"LR",
|
||||
"CFA",
|
||||
};
|
||||
|
||||
int dwarf386nregs = 10;
|
||||
int dwarf386nregs = nelem(dwarf386regs);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue