fixed constraint reference
diff --git a/skeletons/NativeInteger_oer.c b/skeletons/NativeInteger_oer.c
index 58490dd..08cb6a6 100644
--- a/skeletons/NativeInteger_oer.c
+++ b/skeletons/NativeInteger_oer.c
@@ -32,7 +32,7 @@
      * OPTIMIZATION: Encode directly rather than passing through INTEGER.
      * Saves a memory allocation.
      */
-    rval = INTEGER_decode_oer(opt_codec_ctx, &asn_DEF_INTEGER, constraints,
+    rval = INTEGER_decode_oer(opt_codec_ctx, td, constraints,
                               (void **)&tmpintptr, ptr, size);
     if(rval.code != RC_OK) {
         ASN_STRUCT_FREE_CONTENTS_ONLY(asn_DEF_INTEGER, &tmpint);