diff options
author | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-28 17:21:14 +0000 |
---|---|---|
committer | wilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4> | 1993-07-28 17:21:14 +0000 |
commit | b2ddc1fc2a669ffe663599d7d714c87aaf0ad36e (patch) | |
tree | 9ba2cf064e3373dcfe2ed3bc6aa3d09614cb3dd7 /gcc/config/romp | |
parent | d4420f5a68d7c06fb3f5d560f33c29362cf046f8 (diff) | |
download | gcc-b2ddc1fc2a669ffe663599d7d714c87aaf0ad36e.tar.gz |
Add new parameter to move_block_from_reg calls.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5018 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/romp')
-rw-r--r-- | gcc/config/romp/romp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/romp/romp.h b/gcc/config/romp/romp.h index c81a60d9fef..be5047af2db 100644 --- a/gcc/config/romp/romp.h +++ b/gcc/config/romp/romp.h @@ -687,7 +687,7 @@ struct rt_cargs {int gregs, fregs; }; gen_rtx (MEM, BLKmode, \ plus_constant (virtual_incoming_args_rtx, \ first_reg_offset * 4)), \ - 4 - first_reg_offset); \ + 4 - first_reg_offset, (4 - first_reg_offset) * UNITS_PER_WORD); \ PRETEND_SIZE = (4 - first_reg_offset) * UNITS_PER_WORD; \ } \ } |