Sync to trunk HEAD (r43416)
[reactos.git] / reactos / ntoskrnl / rtl / libsupp.c
index fd50635..e3c7e29 100644 (file)
@@ -365,6 +365,8 @@ RtlWalkFrameChain(OUT PVOID *Callers,
             Stack = TrapFrame->Ebp;
 #elif defined(_M_PPC)
             Stack = TrapFrame->Gpr1;
+#else
+#error Unknown architecture
 #endif
 
             /* Validate them */