B patch table names shouldn't be in the B symbol namespace.

This commit is contained in:
David Given 2016-12-31 00:14:28 +00:00
parent fa02a855e8
commit c3e1ef1064

View file

@ -14,7 +14,7 @@ int contlab = -1;
int brklab = -1;
int wordsize = 4;
const char* modulename = "b_module_main";
const char* modulename = "bmodule_main";
int bsymb_part;
int code_part;
int string_part;
@ -49,7 +49,7 @@ main(int argc, char *argv[])
break;
case 'B':
modulename = aprintf("b_module_%s", optarg);
modulename = aprintf("bmodule_%s", optarg);
break;
case 'i':