Raymond Toy pushed to branch sparc64-dev at cmucl / cmucl
Commits:
-
e333d847
by Raymond Toy at 2016-12-27T22:31:44-08:00
1 changed file:
Changes:
... | ... | @@ -36,6 +36,14 @@ |
36 | 36 |
#else
|
37 | 37 |
#define FRAMESIZE (SA(MINFRAME))
|
38 | 38 |
#endif
|
39 |
+ |
|
40 |
+/*
|
|
41 |
+ * Tell assembler we're using %g2 and %g3 here.
|
|
42 |
+ */
|
|
43 |
+ .register %g2, #scratch
|
|
44 |
+ .register %g3, #scratch
|
|
45 |
+ |
|
46 |
+ |
|
39 | 47 |
.seg "text"
|
40 | 48 |
.global call_into_lisp
|
41 | 49 |
FUNCDEF(call_into_lisp)
|