Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / arch / .unmaintained / arm-all / exec / tools.c
blob455fe4d967123c6e8e18e4138baa855e3148c463
1 #include <exec/types.h>
2 #include <exec/ptrace.h>
4 #include <proto/exec.h>
6 #define DEBUG 1
7 #include <aros/debug.h>
9 void show_reg(ULONG reg)
11 D(bug("CONTENT: %x\n",reg));
14 void show_r0(ULONG reg)
16 D(bug("CONTENT R0: %x\n",reg));