Commit c27ba137 authored by Tristan Gingold's avatar Tristan Gingold

vmespy.c: add default action.

parent e7b84b83
......@@ -219,6 +219,9 @@ main (int argc, char **argv)
return 2;
}
if (action == NULL)
action = "regs";
if (strcmp (action, "set-ader") == 0)
{
unsigned int fn;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment