core: Apply static to local functions

This commit is contained in:
Lioncash 2015-02-13 10:40:07 -05:00
parent c44d75787b
commit 0c6434c379
11 changed files with 252 additions and 245 deletions

File diff suppressed because it is too large Load diff

View file

@ -4,4 +4,6 @@
#pragma once
#include "core/arm/skyeye_common/armdefs.h"
unsigned InterpreterMainLoop(ARMul_State* state);

View file

@ -2,6 +2,7 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
#include "core/arm/dyncom/arm_dyncom_run.h"
#include "core/arm/skyeye_common/armdefs.h"
void switch_mode(ARMul_State* core, uint32_t mode) {

View file

@ -18,6 +18,8 @@
#pragma once
#include "core/arm/skyeye_common/armdefs.h"
void switch_mode(ARMul_State* core, uint32_t mode);
/* FIXME, we temporarily think thumb instruction is always 16 bit */