diff options
author | Bernd Schmidt <bernds@redhat.co.uk> | 2000-09-17 12:45:51 +0000 |
---|---|---|
committer | Bernd Schmidt <crux@gcc.gnu.org> | 2000-09-17 12:45:51 +0000 |
commit | ebb1b59ac046c73a55541f5c6d7acc65c6e284b9 (patch) | |
tree | 278cde0ad17613ffacff0e59525f96e19d129f9f /gcc/stmt.c | |
parent | e85427f984beadddb4bcd2b1948454f1b872c1f5 (diff) | |
download | gcc-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 (); |