Don't use signalling adds, we don't handle them.
authorThiemo Seufer <ths@networkno.de>
Wed, 7 Sep 2005 23:04:46 +0000 (23:04 +0000)
committerThiemo Seufer <ths@networkno.de>
Wed, 7 Sep 2005 23:04:46 +0000 (23:04 +0000)
src/compiler/mips/debug.lisp
version.lisp-expr

index 8d0861d..58421c9 100644 (file)
@@ -27,7 +27,7 @@
   (:results (result :scs (descriptor-reg)))
   (:result-types *)
   (:generator 5
-    (inst add sap object offset)
+    (inst addu sap object offset)
     (inst lw result sap 0)
     (inst nop)))
 
@@ -54,7 +54,7 @@
   (:result-types *)
   (:temporary (:scs (sap-reg) :from (:argument 1)) sap)
   (:generator 2
-    (inst add sap object offset)
+    (inst addu sap object offset)
     (inst sw value sap 0)
     (move result value)))
 
index ebccb0b..2c0821c 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.4.39"
+"0.9.4.40"