URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 19 |
Rev 82 |
Line 206... |
Line 206... |
unsigned char counter1_matched;
|
unsigned char counter1_matched;
|
|
|
unsigned char mp[MAX_MATCHPOINTS]; /* Which matchpoints matched */
|
unsigned char mp[MAX_MATCHPOINTS]; /* Which matchpoints matched */
|
unsigned char wp[MAX_WATCHPOINTS]; /* Which watchpoints matched */
|
unsigned char wp[MAX_WATCHPOINTS]; /* Which watchpoints matched */
|
|
|
memset (mp, sizeof (mp), 0);
|
memset (mp, 0, sizeof (mp));
|
memset (wp, sizeof (wp), 0);
|
memset (wp, 0, sizeof (wp));
|
|
|
/* First find the matchpoints */
|
/* First find the matchpoints */
|
|
|
for (i = 0; i < MAX_MATCHPOINTS; i++)
|
for (i = 0; i < MAX_MATCHPOINTS; i++)
|
{
|
{
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.