Fix some basic showstopping bugs; compilation now works up to failing to find
the libb standard library.
This commit is contained in:
parent
4485d89b23
commit
b9665c7c99
1 changed files with 4 additions and 4 deletions
|
@ -97,11 +97,11 @@ main(int argc, char *argv[])
|
||||||
if (string_part)
|
if (string_part)
|
||||||
C_insertpart(string_part);
|
C_insertpart(string_part);
|
||||||
|
|
||||||
C_exp("bsymb_start");
|
C_exa_dnam("bsymb_patch_table");
|
||||||
C_exp("bsymb_end");
|
C_df_dnam("bsymb_patch_table");
|
||||||
if (bsymb_part)
|
if (bsymb_part)
|
||||||
C_insertpart(bsymb_part);
|
C_insertpart(bsymb_part);
|
||||||
C_df_dnam("bsymb_end");
|
C_rom_cst(0);
|
||||||
|
|
||||||
C_close();
|
C_close();
|
||||||
|
|
||||||
|
@ -735,7 +735,7 @@ pswitch(void)
|
||||||
C_con_ilb(swp->swlab);
|
C_con_ilb(swp->swlab);
|
||||||
}
|
}
|
||||||
|
|
||||||
C_df_dlb(brklab);
|
C_df_ilb(brklab);
|
||||||
|
|
||||||
deflab = dl;
|
deflab = dl;
|
||||||
swp = sswp;
|
swp = sswp;
|
||||||
|
|
Loading…
Reference in a new issue