From b15b9575e43634645ca3313486784e5032063e26 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Mon, 25 Jun 2007 18:45:48 +0000 Subject: [PATCH] Remove pop as well Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2894 --- src/ints/xms.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ints/xms.cpp b/src/ints/xms.cpp index 0531eb31..fc052383 100644 --- a/src/ints/xms.cpp +++ b/src/ints/xms.cpp @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: xms.cpp,v 1.48 2007-06-25 11:28:25 qbix79 Exp $ */ +/* $Id: xms.cpp,v 1.49 2007-06-25 18:45:48 qbix79 Exp $ */ #include #include @@ -99,7 +99,7 @@ struct XMS_MemMove{ } GCC_ATTRIBUTE(packed); #ifdef _MSC_VER -#pragma pack (pop) +#pragma pack () #endif