Fix compile time warning
This commit is contained in:
parent
05862db73f
commit
70237b84c5
@ -1,3 +1,8 @@
|
||||
2020-11-03 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* emulparams/x86-64-level.sh
|
||||
(PARSE_AND_LIST_ARGS_CASE_Z_X86_64_LEVEL): Fix indentation.
|
||||
|
||||
2020-11-02 Alan Modra <amodra@gmail.com>
|
||||
|
||||
PR 26806
|
||||
|
@ -11,7 +11,7 @@ PARSE_AND_LIST_ARGS_CASE_Z_X86_64_LEVEL='
|
||||
unsigned int level = strtoul (optarg + 8 , &end, 10);
|
||||
if (*end != '\0' || level < 2 || level > 4)
|
||||
einfo (_("%F%P: invalid x86-64 ISA level: %s\n"), optarg);
|
||||
params.isa_level = level;
|
||||
params.isa_level = level;
|
||||
}
|
||||
'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user