File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ require exception.fs
389
389
\ 2dup type CR
390
390
( c-addr1 n1 c-addr2 n2)
391
391
2swap
392
- jvm_stack.getClass () throw
392
+ jvm_stack.findClass () throw
393
393
-rot
394
394
( addr_cl c-addr n)
395
395
jvm_class.getStatic() throw
@@ -909,7 +909,7 @@ require exception.fs
909
909
\ 2dup type CR
910
910
( c-addr1 n1 c-addr2 n2)
911
911
2swap
912
- jvm_stack.getClass () throw
912
+ jvm_stack.findClass () throw
913
913
-rot
914
914
( addr_cl c-addr n)
915
915
3 pick \ get value
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ jvm_stack.new() constant jvm_stack
59
59
60
60
61
61
\ FIXME change to findClass!
62
- : jvm_stack.getClass () { c-addr n -- addr2 woir }
62
+ : jvm_stack.findClass () { c-addr n -- addr2 woir }
63
63
\ *G get the address of a class
64
64
c-addr n
65
65
jvm_stack jvm_stack.classes + @
@@ -149,7 +149,7 @@ jvm_stack.new() constant jvm_stack
149
149
\ *G Start the execution by invoking public static void main(String[] args)
150
150
\ ." : jvm_stack.invokeInitial() { c-addr n -- wior } " .s CR
151
151
assert( depth 0 = )
152
- c-addr n jvm_stack.getClass () throw
152
+ c-addr n jvm_stack.findClass () throw
153
153
dup jvm_class.getStatus()
154
154
CASE
155
155
( addr_cl )
You can’t perform that action at this time.
0 commit comments