diff options
Diffstat (limited to 'cad/irsim/files/patch-src-other-h2a-h2a.c')
-rw-r--r-- | cad/irsim/files/patch-src-other-h2a-h2a.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cad/irsim/files/patch-src-other-h2a-h2a.c b/cad/irsim/files/patch-src-other-h2a-h2a.c new file mode 100644 index 000000000000..5f5a0dc9edbe --- /dev/null +++ b/cad/irsim/files/patch-src-other-h2a-h2a.c @@ -0,0 +1,10 @@ +--- src/other/h2a/h2a.c.orig Sun Oct 8 13:26:06 2006 ++++ src/other/h2a/h2a.c Sun Oct 8 13:26:09 2006 +@@ -32,6 +32,7 @@ + public void make_stacks( n ) nptr n; {} + public void pStackedTxtors() {} + ++private Usage(); + + private char *sim_file = NULL; + private char *hist_file = NULL; |