forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user