All of lore.kernel.org
 help / color / mirror / Atom feed
* M68K: qemu mishandles fmovem.l with multiple control regs
@ 2026-05-16 18:29 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2026-05-16 18:29 UTC (permalink / raw)
  To: Laurent Vivier; +Cc: qemu-devel

This should exit with 16, but exits with 0:

	.globl _start
_start:
	fmovem.l fpstate,%fpcr/%fpsr
	fmove.l %fpcr,%d1
	move.l #1,%d0
	trap #0
	.data
fpstate:
	.long 0x10
	.space 8

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-16 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-16 18:29 M68K: qemu mishandles fmovem.l with multiple control regs Andreas Schwab

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.