Changeset 21216 for v6/smop/test/12_p6opaque.sm0p
- Timestamp:
- 07/04/08 14:43:10 (5 months ago)
- Files:
-
- 1 modified
-
v6/smop/test/12_p6opaque.sm0p (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
v6/smop/test/12_p6opaque.sm0p
r21202 r21216 75 75 printf("ok 2 - goto frame.\n"); 76 76 77 SMOP_RELEASE(interpreter,p6opaque);78 77 SMOP_DISPATCH(interpreter, SMOP_RI(interpreter), 79 78 SMOP__ID__loop, SMOP__NATIVE__capture_create(interpreter, 80 79 SMOP_REFERENCE(interpreter,interpreter), 80 81 81 NULL, NULL)); 82 82 83 printf("ok 5 - interpreter loop.\n"); 83 84 84 85 SMOP_RELEASE(SMOP__INTPTR__InterpreterInstance,how); 86 SMOP_RELEASE(SMOP__INTPTR__InterpreterInstance,p6opaque); 85 87 SMOP_RELEASE(SMOP__INTPTR__InterpreterInstance,interpreter); 86 88
