Compare commits

...

No commits in common. "430829e4ece94e2355cd26cae07ce2c952450a93" and "59329d963f1ebc14dec709316af1da9773b43a18" have entirely different histories.

View File

@ -43,6 +43,8 @@ static int NewSymbol(void) {
return Pos; return Pos;
} }
// TODO: this is going weird!
int AddFunctionSymbol(char* Name, int Type, int Structure, int EndLabel) { int AddFunctionSymbol(char* Name, int Type, int Structure, int EndLabel) {
int Slot; int Slot;
Slot = AddSymbol(Name, Type, Structure); Slot = AddSymbol(Name, Type, Structure);