repo.or.cz
/
qemu
/
aliguori-queue.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix SIGFPE for vnc display of width/height = 1
[qemu/aliguori-queue.git]
/
target-m68k
/
m68k-qreg.h
blob
c224d5ec63eb1b5ed4ab3461991af82ea74a3ad1
1
enum
{
2
#define DEFO32(name, offset) QREG_##name,
3
#define DEFR(name, reg, mode) QREG_##name,
4
#define DEFF64(name, offset) QREG_##name,
5
QREG_NULL
,
6
#include
"qregs.def"
7
TARGET_NUM_QREGS
=
0x100
8
#undef DEFO32
9
#undef DEFR
10
#undef DEFF64
11
};