- DBGKD_WAIT_STATE_CHANGE64 is used in KD protocol 5, not number 6 that we use. Proto...
[reactos.git] / reactos / lib / pseh / pseh.rbuild
index d117320..dcbde82 100644 (file)
@@ -4,6 +4,11 @@
        <if property="ARCH" value="i386">
                <directory name="i386">
                        <file>framebased.S</file>
+
+                       <group compilerset="gcc">
+                               <file>framebased-gcchack.c</file>
+                               <file>framebased-gcchack-asm.S</file>
+                       </group>
                </directory>
        </if>
        <if property="ARCH" value="powerpc">
                        <file>framebased.S</file>
                </directory>
        </if>
-       <if property="ARCH" value="amd64">
-               <directory name="amd64">
-                       <file>framebased.S</file>
-               </directory>
-       </if>
        <file>framebased.c</file>
 </module>