8051_ass.c: Remove never-executed break
This commit is contained in:
parent
3a59a1b6cd
commit
458c2cb3ca
1 changed files with 0 additions and 1 deletions
|
|
@ -534,7 +534,6 @@ static bool mnem_add(char const *const *arg, ut16 pc, ut8 **out) {
|
|||
return false;
|
||||
}
|
||||
switch (arg[1][0]) {
|
||||
break;
|
||||
case '@':
|
||||
case '[':
|
||||
return singlearg_register(0x26, arg[1], out);
|
||||
|
|
|
|||
Loading…
Reference in a new issue