diff options
author | John van Groningen | 2007-05-10 10:11:32 +0000 |
---|---|---|
committer | John van Groningen | 2007-05-10 10:11:32 +0000 |
commit | 74ff3fabc28497d3e48c88ed6e7468f2838a3a0c (patch) | |
tree | e1b3d2008b1f5419d8d0b60c26824d9ad5a46fc4 /cgwas.c | |
parent | pass {#Int} and {#Real} using centry, (diff) |
rename IMOVEW as IMOVEDB,
add sincosR instruction for IA32,
add 32 bit integer and real arrays for AI64
Diffstat (limited to 'cgwas.c')
-rw-r--r-- | cgwas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1179,7 +1179,7 @@ static void w_as_instructions (register struct instruction *instruction) case ITST: w_as_tst_instruction (instruction); break; - case IMOVEW: + case IMOVEDB: w_as_move_instruction (instruction,SIZE_WORD); break; case IMOVEB: |