Commit bd78000b by Mark Mitchell Committed by Mark Mitchell

* extend.texi: Fix typo.

From-SVN: r41749
parent bcecb0b0
2001-05-01 Mark Mitchell <mark@codesourcery.com>
* extend.texi: Fix typo.
2001-05-01 Stan Shebs <shebs@apple.com>
* objc/objc-act.c (build_module_descriptor): Clear DECL_CONTEXT
......
......@@ -3062,7 +3062,7 @@ instruction.) In addition, GCC will not reschedule instructions
across a volatile @code{asm} instruction. For example:
@example
(volatile int *)addr = foo;
*(volatile int *)addr = foo;
asm volatile ("eieio" : : );
@end example
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment