remove unused comments/defines.

This commit is contained in:
Kelvin Sherlock 2019-03-24 11:25:50 -04:00
parent c677f0f894
commit 2a82de3d54
2 changed files with 0 additions and 2 deletions

View File

@ -1266,7 +1266,6 @@ static int parse_command(const char *cp) {
/* TODO:
! -> mini assembler mode.
require 2 successive ^Ds to exit
*/
const char *YYCURSOR = cp;

View File

@ -978,7 +978,6 @@ word32 get_remaining_operands(word32 addr, word32 opcode, word32 psr, Fplus *fpl
return arg;
}
#define FLAG_IGNORE_BREAKPOINTS 0x0001
#define FETCH_OPCODE \
addr = saved_pc = kpc; \