Changeset 46548 in vbox for trunk/src/VBox/Runtime/common/math/fabs.asm
- Timestamp:
- Jun 14, 2013 9:42:21 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 86409
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/math/fabs.asm
r44528 r46548 49 49 50 50 %else 51 fld qword [xBP + x S*2]51 fld qword [xBP + xCB*2] 52 52 fabs 53 53 %endif
Note:
See TracChangeset
for help on using the changeset viewer.