Fixed a bug
git-svn-id: svn://svn.cc65.org/cc65/trunk@1632 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -105,7 +105,7 @@ static short RegVal (unsigned short Use, const RegContents* RC)
|
||||
} else if ((Use & REG_SREG_HI) != 0) {
|
||||
return RC->SRegHi;
|
||||
} else {
|
||||
return REG_NONE;
|
||||
return UNKNOWN_REGVAL;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user