mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 05:29:11 +00:00
m68k: remove useless file m68k-qreg.h
Unused since: commit e1f3808e03f73e7a7fa966afbed2455dd052202e Backports commit bb337ac978b6def085eabf17830d5cc2a1bce6a8 from qemu
This commit is contained in:
parent
12cb26ab6c
commit
18e3e405c4
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
enum {
|
||||
#define DEFO32(name, offset) QREG_##name,
|
||||
#define DEFR(name, reg, mode) QREG_##name,
|
||||
#define DEFF64(name, offset) QREG_##name,
|
||||
QREG_NULL,
|
||||
#include "qregs.def"
|
||||
TARGET_NUM_QREGS = 0x100
|
||||
#undef DEFO32
|
||||
#undef DEFR
|
||||
#undef DEFF64
|
||||
};
|
Loading…
Reference in a new issue