summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_m68k/host_missing/accel_missing/2507
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues_text/target_m68k/host_missing/accel_missing/2507')
-rw-r--r--gitlab/issues_text/target_m68k/host_missing/accel_missing/250713
1 files changed, 0 insertions, 13 deletions
diff --git a/gitlab/issues_text/target_m68k/host_missing/accel_missing/2507 b/gitlab/issues_text/target_m68k/host_missing/accel_missing/2507
deleted file mode 100644
index 948a843ed..000000000
--- a/gitlab/issues_text/target_m68k/host_missing/accel_missing/2507
+++ /dev/null
@@ -1,13 +0,0 @@
-m68k: fpu: frestore with NULL state should reset FPU state
-Description of problem:
-According to the PRM:
-
-```
-Floating-Point Status Register: Cleared if the state size is NULL; otherwise, not affected. 
-```
-
-But this does not currently happen.
-Steps to reproduce:
-1. set a value in fpsr
-2. do frestore with state size zero
-3. read back fpsr and notice it isn't zero.