6 character address
This commit is contained in:
parent
d34d1ad299
commit
97ba6fd41b
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -245,7 +245,7 @@ int main(int argc, char *argv[])
|
||||||
|
|
||||||
b->add_tty(tty_);
|
b->add_tty(tty_);
|
||||||
|
|
||||||
DOLOG(info, true, "Start running at %o", c->getRegister(7));
|
DOLOG(info, true, "Start running at %06o", c->getRegister(7));
|
||||||
|
|
||||||
struct sigaction sa { };
|
struct sigaction sa { };
|
||||||
sa.sa_handler = sw_handler;
|
sa.sa_handler = sw_handler;
|
||||||
|
|
Loading…
Add table
Reference in a new issue