Patch from Eric Norum <eric@skatter.usask.ca>:

I'd like to make the following change which adds the m360 structure
    information to the debugging symbols in the final executable.  This
    makes it much easier to use the debugger to look at the elements of
    the m360 structure.
This commit is contained in:
Joel Sherrill
1999-04-06 20:27:45 +00:00
parent a37be5c4e2
commit 676b50455d

View File

@@ -14,6 +14,12 @@
#include <bsp.h> #include <bsp.h>
#include <m68360.h> #include <m68360.h>
/*
* Declare the m360 structure here for the benefit of the debugger
*/
m360_t m360;
/* /*
* Send a command to the CPM RISC processer * Send a command to the CPM RISC processer
*/ */