mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
Forgot to cvs remove this when I moved it to x86/.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2807
This commit is contained in:
parent
102a2ee374
commit
e2f30c46bc
@ -1,24 +0,0 @@
|
||||
/* Test 28 and 108 byte loads and stores. (Just make sure program
|
||||
runs without any assertion failures from V.) */
|
||||
|
||||
/* Useful listing:
|
||||
gcc -o tests/fpu_28_108 tests/fpu_28_108.S -Wa,-a */
|
||||
|
||||
.data
|
||||
fooble:
|
||||
.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
.long 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
bar:
|
||||
|
||||
.text
|
||||
.globl main
|
||||
main:
|
||||
fstsw fooble
|
||||
fsave fooble
|
||||
frstor fooble
|
||||
fstenv fooble
|
||||
fldenv fooble
|
||||
movl $0, %eax
|
||||
ret
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user