Changes between Initial Version and Version 1 of Ticket #17852, comment 10
- Timestamp:
- Jan 26, 2023, 4:44:24 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17852, comment 10
initial v1 5 5 so it uses the 64-bit value leading to an address like 0x864c6e8f. 6 6 7 The question is why {{{r13}}} comes to the value of 0x100000000. it is being set to 0xffffffffffffffff, then add one.7 The question is why {{{r13}}} comes to the value of `0x100000000`. it is being set to `0xffffffffffffffff`, then add one. 8 8 This could simply be another VirtualBox bug. The exact VirtualBox version where this is reproduced would be interessant, while also trying with the last 6.1.x release. I couldn't find something telling in the changelog.