commit | f8d4dd25732f518001bfbec1fae01902edabcb4b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 24 12:18:35 2019 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Jul 24 12:18:35 2019 +0200 |
tree | bdf618127537a71349b5b3fd412d2fb487ad5a49 | |
parent | 0f147388c0c23a2f7267ee0bf58333939d7a5d84 [diff] |
clean up printf printf is avoiding switch statements so that it can be used in very early startup, before jump tables can be read from the F segment. We could use -fno-jump-tables, but we can also keep the if statements and clean them up so that the indentation is fine. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>