Index: /trunk/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp
===================================================================
--- /trunk/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp	(revision 41508)
+++ /trunk/src/VBox/Devices/PC/BIOS-new/MakeDebianBiosAssembly.cpp	(revision 41509)
@@ -1035,4 +1035,5 @@
 static RTEXITCODE ParseSymFile(const char *pszBiosSym)
 {
+#if 1
     /** @todo use RTDbg* later. (Just checking for existance currently.) */
     PRTSTREAM hStrm;
@@ -1041,4 +1042,9 @@
         return RTMsgErrorExit(RTEXITCODE_FAILURE, "Error opening '%s': %Rrc", pszBiosSym, rc);
     RTStrmClose(hStrm);
+#else
+    RTDBGMOD hDbgMod;
+    int rc = RTDbgModCreateFromImage(&hDbgMod, pszBiosSym, "VBoxBios", 0 /*fFlags*/);
+    RTMsgInfo("RTDbgModCreateFromImage -> %Rrc\n", rc);
+#endif
     return RTEXITCODE_SUCCESS;
 }
