1
0
mirror of https://github.com/weiju/amiga-stuff synced 2025-12-08 14:58:33 +00:00

minimal changes to make sure compilation works

This commit is contained in:
Wei-ju Wu
2016-08-25 18:30:43 -07:00
parent 4e1e1a7c76
commit ef47baaeb0
3 changed files with 3 additions and 4 deletions

View File

@ -3,7 +3,6 @@
int main(int argc, char **argv)
{
printf("hello\n");
printf("exec base is: shit\n");
printf("hello: %04x\n", *((unsigned int *) 4));
printf("Exec Base: %04x\n", *((unsigned int *) 4));
return 0;
}