Changeset 585 in dev for trunk/ab5.0/abdev/compiler_x64/NumOpe_Arithmetic.cpp
- Timestamp:
- May 10, 2008, 1:40:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/compiler_x64/NumOpe_Arithmetic.cpp
r468 r585 470 470 double dbl; 471 471 dbl=-1; 472 i32data = compiler.GetObjectModule(). dataTable.Add( dbl );472 i32data = compiler.GetObjectModule().nativeSection.dataTable.Add( dbl ); 473 473 474 474 //mulsd xmm_reg,qword ptr[data table offset] ※data = -1 … … 495 495 float flt; 496 496 flt=-1; 497 i32data = compiler.GetObjectModule(). dataTable.Add( flt );497 i32data = compiler.GetObjectModule().nativeSection.dataTable.Add( flt ); 498 498 499 499 //mulss xmm_reg,dword ptr[data table offset] ※data = -1
Note:
See TracChangeset
for help on using the changeset viewer.