diff options
| author | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-17 12:45:51 +0000 |
|---|---|---|
| committer | crux <crux@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-09-17 12:45:51 +0000 |
| commit | 2c5d421bfbe49c7ec0157c716e70f0089515cc48 (patch) | |
| tree | 278cde0ad17613ffacff0e59525f96e19d129f9f /gcc/stmt.c | |
| parent | f6f723c25da8298345f87ddfba0c451a0cfcc6fe (diff) | |
| download | ppe42-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.c | 2 |
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 (); |

