mirror of
https://review.haiku-os.org/buildtools
synced 2025-01-18 12:28:37 +01:00
gcc: fix m68k for GCC 8.3
This commit is contained in:
parent
f91439b9da
commit
32f9366f9e
@ -243,7 +243,7 @@ do { \
|
||||
#undef FINALIZE_TRAMPOLINE
|
||||
#define FINALIZE_TRAMPOLINE(TRAMP) \
|
||||
emit_library_call (gen_rtx_SYMBOL_REF (Pmode, "__clear_cache"), \
|
||||
LCT_NORMAL, VOIDmode, 2, TRAMP, Pmode, \
|
||||
LCT_NORMAL, VOIDmode, TRAMP, Pmode, \
|
||||
plus_constant (Pmode, TRAMP, TRAMPOLINE_SIZE), \
|
||||
Pmode);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user