Skip to content

Commit 470f4a1

Browse files
joevtdingusdev
authored andcommitted
debugger: Fix fregs help alignment.
1 parent 6c4e97d commit 470f4a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debugger/debugger.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ static void show_help() {
7878
cout << " until X -- execute until address X is reached" << endl;
7979
cout << " go -- exit debugger and continue emulator execution" << endl;
8080
cout << " regs -- dump content of the GRPs" << endl;
81-
cout << " fregs -- dump content of the FPRs" << endl;
81+
cout << " fregs -- dump content of the FPRs" << endl;
8282
cout << " mregs -- dump content of the MMU registers" << endl;
8383
cout << " set R=X -- assign value X to register R" << endl;
8484
cout << " if R=loglevel, set the internal" << endl;

0 commit comments

Comments
 (0)