Revision 70ead434 dyngen-exec.h
b/dyngen-exec.h | ||
---|---|---|
188 | 188 |
#endif |
189 | 189 |
|
190 | 190 |
/* force GCC to generate only one epilog at the end of the function */ |
191 |
#define FORCE_RET() asm volatile ("");
|
|
191 |
#define FORCE_RET() __asm__ __volatile__("" : : : "memory");
|
|
192 | 192 |
|
193 | 193 |
#ifndef OPPROTO |
194 | 194 |
#define OPPROTO |
Also available in: Unified diff