projects
/
model-checker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ee906
)
main: clear out redundant comments
author
Brian Norris
<banorris@uci.edu>
Mon, 21 May 2012 17:52:46 +0000
(10:52 -0700)
committer
Brian Norris
<banorris@uci.edu>
Mon, 21 May 2012 17:52:46 +0000
(10:52 -0700)
We don't really need these. I can read the source :)
main.cc
patch
|
blob
|
history
diff --git
a/main.cc
b/main.cc
index 5d036f2d5c940350633f98defb5165d4cba63704..741ef7775a8bffbb69a5065b5ec2d8613eebd0e6 100644
(file)
--- a/
main.cc
+++ b/
main.cc
@@
-78,5
+78,5
@@
int main(int numargs, char ** args) {
main_args=args;
/* Let's jump in quickly and start running stuff */
- initSnapShotLibrary(10000
/*int numbackingpages*/, 1024 /*unsigned int numsnapshots*/, 1024 /*unsigned int nummemoryregions*/ , 1000 /*int numheappages*/, &real_main /*MyFuncPtr entryPoint*/
);
+ initSnapShotLibrary(10000
, 1024, 1024, 1000, &real_main
);
}