mirror of
https://github.com/rkujawa/rk65c02.git
synced 2024-12-11 18:49:16 +00:00
Remove unused variable.
This commit is contained in:
parent
28a5d54510
commit
9294891a23
@ -21,11 +21,8 @@ emul_and(rk65c02emu_t *e, void *id, instruction_t *i)
|
||||
void
|
||||
emul_asl(rk65c02emu_t *e, void *id, instruction_t *i)
|
||||
{
|
||||
bool ncarry;
|
||||
uint8_t val;
|
||||
|
||||
ncarry = false;
|
||||
|
||||
val = instruction_data_read_1(e, (instrdef_t *) id, i);
|
||||
|
||||
/* carry flag value equals contents of bit 7 */
|
||||
|
Loading…
Reference in New Issue
Block a user