Changeset 15094
- Timestamp:
- Nov 28, 2011, 2:25:21 PM (13 years ago)
- Location:
- trunk/source/compiler/X86
- Files:
-
- 2 edited
-
X8632/x8632-arch.lisp (modified) (1 diff)
-
X8664/x8664-arch.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/compiler/X86/X8632/x8632-arch.lisp
r15093 r15094 1338 1338 (defconstant fasl-version #x5f) 1339 1339 (defconstant fasl-max-version #x5f) 1340 (defconstant fasl-min-version #x5e 1340 (defconstant fasl-min-version #x5e) 1341 1341 (defparameter *image-abi-version* 1037) 1342 1342 -
trunk/source/compiler/X86/X8664/x8664-arch.lisp
r15093 r15094 1353 1353 (defconstant fasl-version #x5f) 1354 1354 (defconstant fasl-max-version #x5f) 1355 (defconstant fasl-min-version #x5e 1355 (defconstant fasl-min-version #x5e) 1356 1356 (defparameter *image-abi-version* 1037) 1357 1357
Note:
See TracChangeset
for help on using the changeset viewer.
