GPR#191 followup: add `Is_in_static_data` to address_class.h
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16167 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
9ab3918ec5
commit
6e5c745447
|
@ -38,6 +38,7 @@
|
|||
(char *)(pc) <= caml_code_area_end) \
|
||||
|| (Classify_addr(pc) & In_code_area) )
|
||||
|
||||
#define Is_in_static_data(a) (Classify_addr(a) & In_static_data)
|
||||
|
||||
/***********************************************************************/
|
||||
/* The rest of this file is private and may change without notice. */
|
||||
|
|
Loading…
Reference in New Issue