From 01d5af3d6c17f052314c9e739a40b284ed645101 Mon Sep 17 00:00:00 2001
From: Dean Camera <dean@fourwalledcubicle.com>
Date: Sat, 17 Mar 2012 10:22:58 +0000
Subject: Add XMEGA C3 family to the ModuleTest build test.

Remove unnecessary GCC_MEMORY_BARRIER() at the end of GetGlobalInterruptMask().

Minor documentation improvements.
---
 LUFA/Common/Common.h | 2 --
 1 file changed, 2 deletions(-)

(limited to 'LUFA/Common')

diff --git a/LUFA/Common/Common.h b/LUFA/Common/Common.h
index 8b1845a08..530d66eac 100644
--- a/LUFA/Common/Common.h
+++ b/LUFA/Common/Common.h
@@ -293,8 +293,6 @@
 				#elif (ARCH == ARCH_XMEGA)
 				return SREG;
 				#endif
-
-				GCC_MEMORY_BARRIER();
 			}
 
 			/** Sets the global interrupt enable state of the microcontroller to the mask passed into the function.
-- 
cgit v1.2.3