Line 0
Link Here
|
|
|
1 |
--- src/irsim/rsim.c.orig Sun Oct 8 13:23:58 2006 |
2 |
+++ src/irsim/rsim.c Sun Oct 8 13:24:44 2006 |
3 |
@@ -130,6 +130,8 @@ |
4 |
|
5 |
private char not_in_stop[] = "Can't do that while stoped, try \"C\"\n"; |
6 |
|
7 |
+private int clockit(); |
8 |
+private int undefseq(); |
9 |
|
10 |
/* |
11 |
* Parse line into tokens, filling up targv and WildCard, and setting 'targc' |
12 |
@@ -1299,7 +1301,7 @@ |
13 |
|
14 |
|
15 |
/* assert a bit vector */ |
16 |
-private int doAssert() |
17 |
+int doAssert() |
18 |
{ |
19 |
char *mask, *value, *name; |
20 |
Find1Arg f; |