summaryrefslogtreecommitdiff
path: root/target-i386
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2010-06-29 09:58:49 +0200
committerBlue Swirl <blauwirbel@gmail.com>2010-07-03 06:47:13 +0000
commit83dae09588e4d946a1c5e3916cdb4b6d6126858e (patch)
tree837a27b2d002ee5e13c5a8152a7d879248c6ba00 /target-i386
parent8713f8ffb87a28c94b4f22b9a9ec16c55381187e (diff)
downloadqemu-83dae09588e4d946a1c5e3916cdb4b6d6126858e.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-i386/op_helper.c b/target-i386/op_helper.c
index 71331c6c33..c50e818e72 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"