Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4d18a7a2
Commit
4d18a7a2
authored
Jan 30, 2009
by
Dan Nicolaescu
Browse files
(mark_stack): Properly conditionalize previous change.
parent
38477bef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
src/ChangeLog
src/ChangeLog
+4
-0
src/alloc.c
src/alloc.c
+2
-1
No files found.
src/ChangeLog
View file @
4d18a7a2
2009-01-30 Dan Nicolaescu <dann@ics.uci.edu>
* alloc.c (mark_stack): Properly conditionalize previous change.
2009-01-30 Juanma Barranquero <lekktu@gmail.com>
* w32inevt.c (w32_console_read_socket) [SYNC_INPUT]:
...
...
src/alloc.c
View file @
4d18a7a2
...
...
@@ -4488,7 +4488,8 @@ mark_stack ()
needed on ia64 too. See mach_dep.c, where it also says inline
assembler doesn't work with relevant proprietary compilers. */
#ifdef __sparc__
#ifdef __sparc64__
#if defined (__sparc64__) && defined (__FreeBSD__)
/* FreeBSD does not have a ta 3 handler. */
asm ("flushw");
#else
asm ("ta 3");
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment