B patch table names shouldn't be in the B symbol namespace.
This commit is contained in:
parent
fa02a855e8
commit
c3e1ef1064
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ int contlab = -1;
|
||||||
int brklab = -1;
|
int brklab = -1;
|
||||||
|
|
||||||
int wordsize = 4;
|
int wordsize = 4;
|
||||||
const char* modulename = "b_module_main";
|
const char* modulename = "bmodule_main";
|
||||||
int bsymb_part;
|
int bsymb_part;
|
||||||
int code_part;
|
int code_part;
|
||||||
int string_part;
|
int string_part;
|
||||||
|
@ -49,7 +49,7 @@ main(int argc, char *argv[])
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'B':
|
case 'B':
|
||||||
modulename = aprintf("b_module_%s", optarg);
|
modulename = aprintf("bmodule_%s", optarg);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 'i':
|
case 'i':
|
||||||
|
|
Loading…
Reference in a new issue