mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-06 04:02:25 +00:00
Fix browser command following TypSize move.
This commit is contained in:
parent
fb002de0dd
commit
d683df3e72
6 changed files with 1 additions and 6 deletions
|
|
@ -223,7 +223,6 @@ static void OPM_ScanOptions (CHAR *s, LONGINT s__len, SET *opt)
|
|||
OPM_AddressSize = (int16)s[__X(i + 1, s__len)] - 48;
|
||||
OPM_Alignment = (int16)s[__X(i + 2, s__len)] - 48;
|
||||
i += 2;
|
||||
Files_SetSearchPath((CHAR*)"", 1);
|
||||
}
|
||||
break;
|
||||
case 'B':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue