Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed sceKernelDomainTextMemcpy align #823

Merged
merged 1 commit into from
Nov 11, 2023
Merged

Fixed sceKernelDomainTextMemcpy align #823

merged 1 commit into from
Nov 11, 2023

Conversation

Princess-of-Sleeping
Copy link
Contributor

Old

0x123456 0x4 -> 0x123440 0x12344a
0x123457 0x4 -> 0x123440 0x123449
0x123458 0x4 -> 0x123440 0x123448
0x123459 0x4 -> 0x123440 0x123447
0x12345a 0x4 -> 0x123440 0x123446
0x12345b 0x4 -> 0x123440 0x123445
0x12345c 0x4 -> 0x123440 0x123444
0x12345d 0x4 -> 0x123440 0x123463
0x12345e 0x4 -> 0x123440 0x123462
0x12345f 0x4 -> 0x123440 0x123461
0x123460 0x4 -> 0x123460 0x123480
0x123461 0x4 -> 0x123460 0x12347f
0x123462 0x4 -> 0x123460 0x12347e
0x123463 0x4 -> 0x123460 0x12347d
0x123464 0x4 -> 0x123460 0x12347c
0x123465 0x4 -> 0x123460 0x12347b
0x123466 0x4 -> 0x123460 0x12347a
0x123467 0x4 -> 0x123460 0x123479
0x123468 0x4 -> 0x123460 0x123478
0x123469 0x4 -> 0x123460 0x123477
0x12346a 0x4 -> 0x123460 0x123476
0x12346b 0x4 -> 0x123460 0x123475
0x12346c 0x4 -> 0x123460 0x123474
0x12346d 0x4 -> 0x123460 0x123473
0x12346e 0x4 -> 0x123460 0x123472
0x12346f 0x4 -> 0x123460 0x123471
0x123470 0x4 -> 0x123460 0x123470
0x123471 0x4 -> 0x123460 0x12346f
0x123472 0x4 -> 0x123460 0x12346e
0x123473 0x4 -> 0x123460 0x12346d
0x123474 0x4 -> 0x123460 0x12346c
0x123475 0x4 -> 0x123460 0x12346b

Fix

0x123456 0x4 -> 0x123440 0x20
0x123457 0x4 -> 0x123440 0x20
0x123458 0x4 -> 0x123440 0x20
0x123459 0x4 -> 0x123440 0x20
0x12345a 0x4 -> 0x123440 0x20
0x12345b 0x4 -> 0x123440 0x20
0x12345c 0x4 -> 0x123440 0x20
0x12345d 0x4 -> 0x123440 0x40
0x12345e 0x4 -> 0x123440 0x40
0x12345f 0x4 -> 0x123440 0x40
0x123460 0x4 -> 0x123460 0x20
0x123461 0x4 -> 0x123460 0x20
0x123462 0x4 -> 0x123460 0x20
0x123463 0x4 -> 0x123460 0x20
0x123464 0x4 -> 0x123460 0x20
0x123465 0x4 -> 0x123460 0x20
0x123466 0x4 -> 0x123460 0x20
0x123467 0x4 -> 0x123460 0x20
0x123468 0x4 -> 0x123460 0x20
0x123469 0x4 -> 0x123460 0x20
0x12346a 0x4 -> 0x123460 0x20
0x12346b 0x4 -> 0x123460 0x20
0x12346c 0x4 -> 0x123460 0x20
0x12346d 0x4 -> 0x123460 0x20
0x12346e 0x4 -> 0x123460 0x20
0x12346f 0x4 -> 0x123460 0x20
0x123470 0x4 -> 0x123460 0x20
0x123471 0x4 -> 0x123460 0x20
0x123472 0x4 -> 0x123460 0x20
0x123473 0x4 -> 0x123460 0x20
0x123474 0x4 -> 0x123460 0x20
0x123475 0x4 -> 0x123460 0x20

@Princess-of-Sleeping Princess-of-Sleeping merged commit dcebd70 into vitasdk:master Nov 11, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant