Changeset 13870
- Timestamp:
- Jun 22, 2010, 10:24:05 AM (14 years ago)
- Location:
- trunk/source/lisp-kernel
- Files:
-
- 2 edited
-
win64/Makefile (modified) (1 diff)
-
x86-exceptions.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/win64/Makefile
r13638 r13870 85 85 86 86 ../../wx86cl64.exe: $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) Makefile pei-x86-64.x 87 $(CC) -Wl,--image-base=0x10000 -Wl,-script=pei-x86-64.x -m64 $(CDEBUG) -Wl,--export-dynamic$(HASH_STYLE) -o $@ $(USE_LINK_MAP) $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(OSLIBS)87 $(CC) -Wl,--image-base=0x10000 -Wl,-script=pei-x86-64.x -m64 $(CDEBUG) $(HASH_STYLE) -o $@ $(USE_LINK_MAP) $(KSPOBJ) $(KERNELOBJ) $(DEBUGOBJ) $(OSLIBS) 88 88 89 89 -
trunk/source/lisp-kernel/x86-exceptions.c
r13792 r13870 504 504 xpPC(xp) += skip; 505 505 } 506 507 #ifndef SIGTRAP 508 #define SIGTRAP 5 509 #endif 506 510 507 511 void
Note:
See TracChangeset
for help on using the changeset viewer.
