X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=specs%2Fstdapi.py;h=a92b9ba5669035725e9e54c5ca2d136119106caa;hb=46a4839cd1b65981bec9f33b1d7978b821866a51;hp=fa371cf2d8706d8286d88d9d9ee0065f18123eed;hpb=c636b9d7041f5046dd5bdc1b459b06979915dc79;p=apitrace diff --git a/specs/stdapi.py b/specs/stdapi.py index fa371cf..a92b9ba 100644 --- a/specs/stdapi.py +++ b/specs/stdapi.py @@ -220,7 +220,8 @@ class Arg: class Function: - __id = 0 + # 0-3 are reserved to memcpy, malloc, free, and realloc + __id = 4 def __init__(self, type, name, args, call = '', fail = None, sideeffects=True): self.id = Function.__id