Compare commits

...

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

View File

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