From 3a88a1d812f27c29a9fae0fcb08c0b6e18f15772 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Wed, 20 Jan 2016 10:51:01 -0800 Subject: [PATCH] PDP11, VAX: Fix compiler warnings about quotes in #if 0 #endif block --- PDP11/pdp11_xq_bootrom.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PDP11/pdp11_xq_bootrom.h b/PDP11/pdp11_xq_bootrom.h index 3f92653b..9b9a0021 100644 --- a/PDP11/pdp11_xq_bootrom.h +++ b/PDP11/pdp11_xq_bootrom.h @@ -1109,6 +1109,7 @@ uint16 xq_bootrom_delqat[2048] = { #ifdef VM_PDP11 #if 0 +/* Tim Shoppa said: Hopefully better late than never, but I finally got to digging and @@ -1232,6 +1233,7 @@ Assume settings for R0 as follows: R0 - Contains a "4" for QNA#1 @ 174440 Contains a "5" for QNA#2 @ 174460 PDP-11 code for booting the DEQNA EPB might be as follows: +*/ #endif #define BOOT_LEN (sizeof(boot_rom)/sizeof(uint16))/* Code size */