mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-05-05 20:33:24 +02:00
32x: drc: new debug facility (pdb). Few fixes thanks to it.
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@863 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
9
cpu/debug_net.h
Normal file
9
cpu/debug_net.h
Normal file
@@ -0,0 +1,9 @@
|
||||
typedef struct {
|
||||
struct {
|
||||
unsigned char type;
|
||||
unsigned char cpuid;
|
||||
unsigned short len;
|
||||
} header;
|
||||
unsigned int regs[32];
|
||||
} packet_t;
|
||||
|
||||
Reference in New Issue
Block a user