OSDN Git Service

* dev.scm (cload) <SID-SIMULATOR>: New case, duplicated from
authorhp <hp>
Tue, 14 Mar 2006 12:48:21 +0000 (12:48 +0000)
committerhp <hp>
Tue, 14 Mar 2006 12:48:21 +0000 (12:48 +0000)
SIMULATOR.

cgen/ChangeLog
cgen/dev.scm

index 2856b2d..655d320 100644 (file)
@@ -1,3 +1,8 @@
+2006-03-14  Hans-Peter Nilsson  <hp@axis.com>
+
+       * dev.scm (cload) <SID-SIMULATOR>: New case, duplicated from
+       SIMULATOR.
+
 2006-03-03 Shrirang Khisti <shrirangk@kpitcummins.com)
 
        * cpu/xc16x.opc (parse_hash): Return NULL if the input was parsed
index aa3c579..f404ea4 100644 (file)
                             sim-init!
                             sim-finish!
                             sim-analyze!))
+      ((SID-SIMULATOR) (cpu-load (string-append "./cpu/" arch ".cpu")
+                            keep-mach keep-isa options
+                            sim-init!
+                            sim-finish!
+                            sim-analyze!))
       ((SIM-TEST) (cpu-load (string-append "./cpu/" arch ".cpu")
                            keep-mach keep-isa options
                            sim-test-init!