commit | 39fb369834a39e80d9bee9c55f029c543a7d797c | [log] [tgz] |
---|---|---|
author | Vladimir Mezentsev <vladimir.mezentsev@oracle.com> | Tue Jan 04 23:07:26 2022 -0800 |
committer | H.J. Lu <hjl.tools@gmail.com> | Wed Jan 05 12:12:40 2022 -0800 |
tree | 2bd891710aa0768eb920060796d304e945d372ec | |
parent | 8acecab0b0e11e1e0763302daa9766f85084737e [diff] |
opcodes: Make i386-dis.c thread-safe Improve thread safety in print_insn_i386_att, print_insn_i386_intel and print_insn_i386 by removing the use of static variables. Tested on x86_64-pc-linux-gnu. 2022-01-04 Vladimir Mezentsev <vladimir.mezentsev@oracle.com> * i386-dis.c: Make print_insn_i386_att, print_insn_i386_intel and print_insn_i386 thread-safe