repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git]
/
arch
/
.unmaintained
/
arm-all
/
exec
/
tools.c
blob
455fe4d967123c6e8e18e4138baa855e3148c463
1
#include <exec/types.h>
2
#include <exec/ptrace.h>
3
4
#include <proto/exec.h>
5
6
#define DEBUG 1
7
#include <aros/debug.h>
8
9
void
show_reg
(
ULONG reg
)
10
{
11
D
(
bug
(
"CONTENT: %x
\n
"
,
reg
));
12
}
13
14
void
show_r0
(
ULONG reg
)
15
{
16
D
(
bug
(
"CONTENT R0: %x
\n
"
,
reg
));
17
}