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