diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2010-06-29 09:58:49 +0200 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2010-07-03 06:47:13 +0000 |
commit | 83dae09588e4d946a1c5e3916cdb4b6d6126858e (patch) | |
tree | 837a27b2d002ee5e13c5a8152a7d879248c6ba00 /target-i386 | |
parent | 8713f8ffb87a28c94b4f22b9a9ec16c55381187e (diff) |
remove unused stuff from */exec.h
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'target-i386')
-rw-r--r-- | target-i386/op_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c index 71331c6c3..c50e818e7 100644 --- a/target-i386/op_helper.c +++ b/target-i386/op_helper.c @@ -16,7 +16,7 @@ * 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/>. */ -#define CPU_NO_GLOBAL_REGS + #include "exec.h" #include "exec-all.h" #include "host-utils.h" |