1
0
Fork 0

Remove pop as well

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2894
This commit is contained in:
Peter Veenstra 2007-06-25 18:45:48 +00:00
parent cdfebb5bda
commit b15b9575e4

View file

@ -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 <stdlib.h>
#include <string.h>
@ -99,7 +99,7 @@ struct XMS_MemMove{
} GCC_ATTRIBUTE(packed);
#ifdef _MSC_VER
#pragma pack (pop)
#pragma pack ()
#endif