Add XMEGA C3 family to the ModuleTest build test.
[pub/lufa.git] / LUFA / Common / Common.h
index 8b1845a..530d66e 100644 (file)
                                #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.