summaryrefslogtreecommitdiffstats
path: root/gcc/stmt.c
diff options
context:
space:
mode:
authorcrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-17 12:45:51 +0000
committercrux <crux@138bc75d-0d04-0410-961f-82ee72b054a4>2000-09-17 12:45:51 +0000
commit2c5d421bfbe49c7ec0157c716e70f0089515cc48 (patch)
tree278cde0ad17613ffacff0e59525f96e19d129f9f /gcc/stmt.c
parentf6f723c25da8298345f87ddfba0c451a0cfcc6fe (diff)
downloadppe42-gcc-2c5d421bfbe49c7ec0157c716e70f0089515cc48.tar.gz
ppe42-gcc-2c5d421bfbe49c7ec0157c716e70f0089515cc48.zip
Bring back equal forms for libcalls
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36469 138bc75d-0d04-0410-961f-82ee72b054a4
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 25382ccd40f..11a713225e0 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 ();
OpenPOWER on IntegriCloud