Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
arakov committed Jul 6, 2024
1 parent 6b0bde9 commit 4d773a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions doc/todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ In development:
prom: posting weekly
--------------------------------------
- elt : nested executing managed code : keep frames (the frames must be included / excluded correctly)
- system'winforms : free PermVectorTable item after the window is closed, to save the resources
--------------------------------------
- ppc64le : fix decoratorTest()
- system'winforms : free PermVectorTable item after the window is closed, to save the resources

=== Iteration 28 ===
--------------------------------------
Expand Down
1 change: 0 additions & 1 deletion elenasrc3/engine/elenamachine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ addr_t ELENAMachine :: injectType(SystemEnv* env, void* proxy, void* srcVMTPtr,
static int autoIndex = 0;

uintptr_t namePtr = RetrieveStaticField((uintptr_t)srcVMTPtr, nameIndex);

uintptr_t stringVMT = RetrieveVMT(namePtr);

IdentifierString dynamicName("proxy$");
Expand Down

0 comments on commit 4d773a4

Please sign in to comment.