projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503568d
)
Omit explicit disabling of trap recovery on x86-64.
author
Taylor R Campbell
<campbell@mumble.net>
Thu, 22 Jul 2010 20:20:53 +0000
(20:20 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Thu, 22 Jul 2010 20:20:53 +0000
(20:20 +0000)
There are still no platforms that support it, but it doesn't need to
be explicitly disabled.
src/microcode/uxtrap.c
patch
|
blob
|
history
diff --git
a/src/microcode/uxtrap.c
b/src/microcode/uxtrap.c
index 8b10c3b65352157088fbe668e54e70ee62a54eff..e139389aeef37016dc74db7c11309ffa327e147e 100644
(file)
--- a/
src/microcode/uxtrap.c
+++ b/
src/microcode/uxtrap.c
@@
-43,9
+43,6
@@
USA.
#ifdef __ppc64__
# undef ENABLE_TRAP_RECOVERY
#endif
-#ifdef __x86_64__
-# undef ENABLE_TRAP_RECOVERY
-#endif
#ifdef __ia64__
# undef ENABLE_TRAP_RECOVERY
#endif