big fix in if-else compilation

This commit is contained in:
cozis
2021-11-01 02:35:33 +00:00
parent 91765b2ca0
commit e67231f321
6 changed files with 85 additions and 38 deletions
+1
View File
@@ -45,6 +45,7 @@ typedef struct xExeBuilder ExeBuilder;
Executable *Executable_Copy(Executable *exe);
void Executable_Free(Executable *exe);
void Executable_Dump(Executable *exe);
_Bool Executable_Fetch(Executable *exe, int index, Opcode *opcode, Operand *ops, int *opc);
_Bool Executable_SetSource(Executable *exe, Source *src);
Source *Executable_GetSource(Executable *exe);