print input suffix before generation

This commit is contained in:
44670 2023-05-04 21:23:30 +08:00
parent c08fca9225
commit 530ad68963

View file

@ -574,6 +574,7 @@ int main(int argc, char ** argv) {
// append input suffix if any
if (!params.input_suffix.empty()) {
buffer += params.input_suffix;
printf("%s", params.input_suffix.c_str());
}
// instruct mode: insert instruction prefix