diff options
Diffstat (limited to 'mips/compiler/jvm/cpubase.pas')
| -rw-r--r-- | mips/compiler/jvm/cpubase.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mips/compiler/jvm/cpubase.pas b/mips/compiler/jvm/cpubase.pas index 57e6c46298..ee82ea3ede 100644 --- a/mips/compiler/jvm/cpubase.pas +++ b/mips/compiler/jvm/cpubase.pas @@ -254,7 +254,7 @@ uses ); { this is only for the generic code which is not used for this architecture } - saved_mm_registers : array[0..0] of tsuperregister = (RS_NO); + saved_mm_registers : array[0..0] of tsuperregister = (RS_INVALID); {# Required parameter alignment when calling a routine } |
