compile fix
This commit is contained in:
parent
72545d6aef
commit
94c5afb58e
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -263,7 +263,7 @@ int main(int argc, char *argv[])
|
|||
break;
|
||||
|
||||
case 'R': {
|
||||
b->add_rk05(new rk05(optarg, b));
|
||||
b->add_rk05(new rk05(optarg, b, nullptr, nullptr));
|
||||
setBootLoader(b);
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue