fixed typo
This commit is contained in:
parent
52ea586362
commit
a6735071ad
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ int cond_sup(int addr1, int addr2){
|
|||
int cond_eq(int addr1, int addr2) {
|
||||
int addr = addTempCONDAndGetAddress();
|
||||
char s[ASM_TEXT_LEN];
|
||||
sprintf(s, "EQU %d %d %d", addr, addr1, addr2);
|
||||
sprintf(s, "EQ %d %d %d", addr, addr1, addr2);
|
||||
printOp(s);
|
||||
return addr;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue