* Added sfr space
[fw/sdcc] / src / SDCCmem.h
index 6f10c4e165f074676afb66c51c67019c2caf86b6..54f5229ad4dad1c11105f8883bff681d1ceac589 100644 (file)
@@ -63,6 +63,7 @@ extern   struct  set     *ovrSetSets;
 #define IN_DIRSPACE(map)        (map && map->direct)
 #define IN_PAGEDSPACE(map)      (map && map->paged )
 #define IN_CODESPACE(map)       (map && map->codesp)
+#define IN_REGSP(map)          (map && map->regsp)
 #define PTR_TYPE(map)           (map ? (map->ptrType ? map->ptrType : POINTER)\
                                      : GPOINTER)