mirror of
https://github.com/vishapoberon/compiler.git
synced 2026-04-07 03:22:24 +00:00
Port updated tests and binary snapping, with corrected Reals code, from tidy branch.
This commit is contained in:
parent
b1dc7d77e8
commit
ca2cc52a44
221 changed files with 949 additions and 550 deletions
|
|
@ -368,7 +368,7 @@ C7442404 movl $_EnumPtrs, 4(%esp)
|
|||
02040000
|
||||
C7042411 movl $LC2, (%esp)
|
||||
E8000000 call _Heap_REGMOD
|
||||
A3180000 movl %eax, _m.2428
|
||||
A3180000 movl %eax, _m.1984
|
||||
C7442404 movl $7, 4(%esp)
|
||||
07000000
|
||||
C704241C movl $LC3, (%esp)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
. ../testenv.sh
|
||||
voc signal.mod -m
|
||||
$OBECOMP signal.mod -m
|
||||
./SignalTest x &
|
||||
sleep 1
|
||||
kill -2 $!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue