target-arm/exec.h: Remove unused #define of M0

Remove a preprocessor #define which is never used.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
Peter Maydell 2011-05-23 16:04:42 +01:00 committed by Aurelien Jarno
parent cab565c412
commit 89e402688e
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@
register struct CPUARMState *env asm(AREG0);
#define M0 env->iwmmxt.val
#include "cpu.h"
#include "exec-all.h"