* as/mcs51/asexpr.c (expr): disabled warning "not in .flat24 mode",
[fw/sdcc] / src / pic16 / main.c
index bb5bd72ba508a4b8122b25a3b8cb8ce1cfde8fb3..e57c29993f7c91070c553a93fe65524b77a1f83d 100644 (file)
@@ -1078,6 +1078,7 @@ PORT pic16_port =
     "HOME    (CODE)",  // home
     NULL,                      // xidata
     NULL,                      // xinit
+    "CONST   (CODE)",          // const_name - const data (code or not)
     NULL,                      // default location for auto vars
     NULL,                      // default location for global vars
     1                          // code is read only 1=yes