summaryrefslogtreecommitdiff
path: root/src/binder/assembly.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binder/assembly.cpp')
-rw-r--r--src/binder/assembly.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binder/assembly.cpp b/src/binder/assembly.cpp
index 8fcc7cf54f..a275c85271 100644
--- a/src/binder/assembly.cpp
+++ b/src/binder/assembly.cpp
@@ -191,6 +191,7 @@ Exit:
if (!fInspectionOnly && !IsValidArchitecture(kAssemblyArchitecture))
{
// Assembly image can't be executed on this platform
+ fprintf(stderr, "@@[SR] %s:%d, fInspectionOnly(%d), IsValidArchitecture(%d)\n", __FILE__, __LINE__, fInspectionOnly, IsValidArchitecture(kAssemblyArchitecture));
IF_FAIL_GO(HRESULT_FROM_WIN32(ERROR_BAD_FORMAT));
}