Bug fix: allow search for address-word instructions.

This commit is contained in:
Daniel Beer 2010-08-10 16:29:57 +12:00
parent ccc5854854
commit fa38e28587
1 changed files with 1 additions and 0 deletions

View File

@ -385,6 +385,7 @@ static int cmd_isearch(cproc_t cp, char **arg)
{"opcode", isearch_opcode},
{"byte", isearch_bw},
{"word", isearch_bw},
{"aword", isearch_bw},
{"jump", isearch_type},
{"single", isearch_type},
{"double", isearch_type},