diff --git a/headers/posix/arch/m68k/signal.h b/headers/posix/arch/m68k/signal.h index 13a43d4edd..bf8abf77b8 100644 --- a/headers/posix/arch/m68k/signal.h +++ b/headers/posix/arch/m68k/signal.h @@ -14,7 +14,7 @@ struct vregs { ulong pc, /* program counter */ d0, d1, d2, d3, d4, d5, d6, d7, - a0, a1, a2, a3, a4, a5, a6, a7, + a0, a1, a2, a3, a4, a5, a6, a7; uchar ccr; #warning M68K: fix floats in vregs, add missing stuff. double f0, /* fp scratch */