Changeset 14206
- Timestamp:
- 10/20/12 09:44:54 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Profiler.java
r13814 r14206 84 84 if (maybeMethod instanceof StandardObject) { 85 85 StandardObject method = (StandardObject) maybeMethod; 86 LispObject function = method.getInstanceSlotValue(Symbol. FUNCTION);86 LispObject function = method.getInstanceSlotValue(Symbol._FUNCTION); 87 87 function.setCallCount(0); 88 88 function.setHotCount(0);
Note: See TracChangeset
for help on using the changeset viewer.