Add missing memory category in switch

This commit is contained in:
Rodrigo Arias 2023-02-02 14:01:36 +01:00 committed by Rodrigo Arias Mallo
parent e674c92f13
commit 4a08add5ab

View File

@ -491,6 +491,7 @@ process_ev(struct emu *emu)
case 'D':
case 'B':
case 'W':
case 'M':
return simple(emu);
case 'T':
return pre_task(emu);