aboutsummaryrefslogtreecommitdiff
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorBernd Schmidt <bernds@redhat.co.uk>2000-09-17 12:45:51 +0000
committerBernd Schmidt <crux@gcc.gnu.org>2000-09-17 12:45:51 +0000
commitebb1b59ac046c73a55541f5c6d7acc65c6e284b9 (patch)
tree278cde0ad17613ffacff0e59525f96e19d129f9f /gcc/stmt.c
parente85427f984beadddb4bcd2b1948454f1b872c1f5 (diff)
downloadgcc-ebb1b59ac046c73a55541f5c6d7acc65c6e284b9.zip
gcc-ebb1b59ac046c73a55541f5c6d7acc65c6e284b9.tar.gz
gcc-ebb1b59ac046c73a55541f5c6d7acc65c6e284b9.tar.bz2
Bring back equal forms for libcalls
From-SVN: r36469
Diffstat (limited to 'gcc/stmt.c')
-rw-r--r--gcc/stmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/stmt.c b/gcc/stmt.c
index 25382cc..11a7132 100644
--- a/gcc/stmt.c
+++ b/gcc/stmt.c
@@ -713,7 +713,7 @@ expand_computed_goto (exp)
emit_queue ();
/* Be sure the function is executable. */
if (current_function_check_memory_usage)
- emit_library_call (chkr_check_exec_libfunc, 1,
+ emit_library_call (chkr_check_exec_libfunc, LCT_CONST_MAKE_BLOCK,
VOIDmode, 1, x, ptr_mode);
do_pending_stack_adjust ();