mirror of
https://github.com/open-simh/simtools.git
synced 2026-04-18 00:48:15 +00:00
Typo/comment fixes.
This commit is contained in:
@@ -1595,7 +1595,7 @@ static int assemble(
|
|||||||
return CHECK_EOL;
|
return CHECK_EOL;
|
||||||
|
|
||||||
case OC_1REG:
|
case OC_1REG:
|
||||||
/* One register (RTS) */ {
|
/* One register (RTS,FADD,FSUB,FMUL,FDIV,SPL) */ {
|
||||||
EX_TREE *value;
|
EX_TREE *value;
|
||||||
unsigned reg;
|
unsigned reg;
|
||||||
|
|
||||||
|
|||||||
@@ -715,13 +715,13 @@ int main(
|
|||||||
outfile = argv[arg];
|
outfile = argv[arg];
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
fprintf(stderr, "Extra paraeter %s\n", argv[arg]);
|
fprintf(stderr, "Extra parameter %s\n", argv[arg]);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (infile == 0) {
|
if (infile == 0) {
|
||||||
fprintf(stderr, "Usage: [ -rt11 ] [ -rsx ] dumpobj input.obj [ output.obj ]\n");
|
fprintf(stderr, "Usage: dumpobj [ -rt11 ] [ -rsx ] input.obj [ output.obj ]\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user