borys
This commit is contained in:
parent
7a59af30af
commit
9194f5ed47
|
@ -56,8 +56,8 @@ int main() {
|
|||
|
||||
asm("nop");
|
||||
|
||||
ptrS->x=0x10;
|
||||
ptrS->y=0x20;
|
||||
ptrS->x=10;
|
||||
ptrS->y=20;
|
||||
|
||||
int32_t wynik = 0;
|
||||
|
||||
|
|
Loading…
Reference in New Issue