1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 13:10:22 +02:00

IA64: Force sync of instructions in get-jit-size build mode.

This commit is contained in:
pcpa 2013-09-28 14:19:33 -03:00
parent 0ad5e08ee5
commit ff73547603
3 changed files with 16 additions and 6 deletions

2
size.c
View file

@ -71,7 +71,7 @@ main(int argc, char *argv[])
#if defined(__arm__)
fprintf(fp, "#undef /* __ARM_PCS_VFP */\n");
#elif defined(__mips__)
fprintf(fp, "#endif /* _ABIN32 */\n");
fprintf(fp, "#endif /* _ABIN32 */\n");
#elif defined(__ppc__)
fprintf(fp, "#endif /* __ppc__ */\n");
#elif defined(__powerpc__)