X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=opcodes%2Fcrx-dis.c;h=4abc7d2e7d220b75f2926d662c9a196500b4efa9;hb=b93a00ca4d49ce35b52110ac1c49b9e5c4587019;hp=cb0f08025ba568e1e58baf2b22e5e501890fefac;hpb=e5d70d6b5a5c2832ad199ac1b91f68324b4a12c9;p=external%2Fbinutils.git diff --git a/opcodes/crx-dis.c b/opcodes/crx-dis.c index cb0f080..4abc7d2 100644 --- a/opcodes/crx-dis.c +++ b/opcodes/crx-dis.c @@ -1,5 +1,5 @@ /* Disassembler code for CRX. - Copyright (C) 2004-2017 Free Software Foundation, Inc. + Copyright (C) 2004-2019 Free Software Foundation, Inc. Contributed by Tomer Levi, NSC, Israel. Written by Tomer Levi. @@ -244,7 +244,7 @@ powerof2 (int x) void getregliststring (int mask, char *string, enum REG_ARG_TYPE core_cop) { - char temp_string[5]; + char temp_string[16]; int i; string[0] = '{';