- minor changes

Committed on the Free edition of March Hare Software CVSNT Server.
Upgrade to CVS Suite for more features and support:
http://march-hare.com/cvsnt/


git-svn-id: http://moon:8086/svn/vhdl/trunk@367 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2009-03-01 17:48:25 +00:00
parent 548c2b4e94
commit c5394b8b22
2 changed files with 37 additions and 23 deletions
+4
View File
@@ -51,8 +51,12 @@
//#define STDOUT_FUNCTION _cg_putchar // Video character
//#define STDERR_FUNCTION _putchar // Serial output
#ifndef STDOUT_FUNCTION
#define STDOUT_FUNCTION _putchar // Serial output
#endif
#ifndef STDERR_FUNCTION
#define STDERR_FUNCTION _putchar // Serial output
#endif
UINT32 CP0_SR_read(void);
void CP0_SR_write(UINT32 val);