ayld / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Instrumentation: Atomic and multiple longs/doubles fails #137

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Something goes wrong with using multiple long or double arguments in
@atomic methods

Original issue reported on code.google.com by alarmnum...@gmail.com on 27 May 2009 at 7:56

GoogleCodeExporter commented 8 years ago
Longs and doubles are 64 bits, so the index for load instructions needs to be
increased by 2 instead of 1.

Original comment by alarmnum...@gmail.com on 27 May 2009 at 5:00