mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 11:39:53 +00:00
Add "static"
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6588 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
3ae86ab936
commit
2edd089f8a
@ -59,7 +59,7 @@
|
||||
static void patch_reloc(uint8_t *code_ptr, int type,
|
||||
tcg_target_long value, tcg_target_long addend);
|
||||
|
||||
TCGOpDef tcg_op_defs[] = {
|
||||
static TCGOpDef tcg_op_defs[] = {
|
||||
#define DEF(s, n, copy_size) { #s, 0, 0, n, n, 0, copy_size },
|
||||
#define DEF2(s, iargs, oargs, cargs, flags) { #s, iargs, oargs, cargs, iargs + oargs + cargs, flags, 0 },
|
||||
#include "tcg-opc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user