mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
Remove FORCE_RET() and RETURN()
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5923 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
49516bc0d6
commit
db8d990204
7 changed files with 0 additions and 38 deletions
|
@ -25,8 +25,6 @@ register struct CPUCRISState *env asm(AREG0);
|
|||
#include "cpu.h"
|
||||
#include "exec-all.h"
|
||||
|
||||
#define RETURN() __asm__ __volatile__("" : : : "memory");
|
||||
|
||||
static inline void env_to_regs(void)
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue