This commit is contained in:
borysr 2024-05-17 12:20:03 +02:00
parent 7a59af30af
commit 9194f5ed47
1 changed files with 2 additions and 2 deletions

View File

@ -56,8 +56,8 @@ int main() {
asm("nop");
ptrS->x=0x10;
ptrS->y=0x20;
ptrS->x=10;
ptrS->y=20;
int32_t wynik = 0;