Site
Gitweb
Static
projects
/
blitzmax.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f16c12
)
Tweaked reflection module.
author
Mark Sibly
<blitzmunter@gmail.com>
Mon, 21 Sep 2015 02:15:37 +0000
(14:15 +1200)
committer
Mark Sibly
<blitzmunter@gmail.com>
Mon, 21 Sep 2015 02:15:37 +0000
(14:15 +1200)
mod/brl.mod/reflection.mod/reflection.bmx
patch
|
blob
|
history
diff --git
a/mod/brl.mod/reflection.mod/reflection.bmx
b/mod/brl.mod/reflection.mod/reflection.bmx
index 72263aa6a60fe6e5d7f9201854ac0f2393316900..1878d7cd3cc46b49d4196a9c3a235210d32a5e01 100644
(file)
--- a/
mod/brl.mod/reflection.mod/reflection.bmx
+++ b/
mod/brl.mod/reflection.mod/reflection.bmx
@@
-454,7
+454,7
@@
Type TMethod Extends TMember
bbdoc: Invoke method
End Rem
Method Invoke:Object( obj:Object,args:Object[] )
- If _index<
6553
6
+ If _index<
409
6
Return _Call( bbRefMethodPtr( obj,_index ),_typeId,obj,args,_argTypes )
EndIf
Return _Call( Byte Ptr(_index),_typeId,obj,args,_argTypes )