Compare commits
No commits in common. "59329d963f1ebc14dec709316af1da9773b43a18" and "430829e4ece94e2355cd26cae07ce2c952450a93" have entirely different histories.
59329d963f
...
430829e4ec
|
@ -43,8 +43,6 @@ 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);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user