| * dyngen defines for micro operation code |
| * Copyright (c) 2003 Fabrice Bellard |
| * This library is free software; you can redistribute it and/or |
| * modify it under the terms of the GNU Lesser General Public |
| * License as published by the Free Software Foundation; either |
| * version 2 of the License, or (at your option) any later version. |
| * This library is distributed in the hope that it will be useful, |
| * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| * Lesser General Public License for more details. |
| * You should have received a copy of the GNU Lesser General Public |
| * License along with this library; if not, see <http://www.gnu.org/licenses/>. |
| #if !defined(__DYNGEN_EXEC_H__) |
| #define __DYNGEN_EXEC_H__ |
| #elif defined(__x86_64__) |
| /* Note $15 is the frame pointer, so anything in op-i386.c that would |
| require a frame pointer, like alloca, would probably loose. */ |
| register CPUState *env asm(AREG0); |
| #endif /* !defined(__DYNGEN_EXEC_H__) */ |