* src/vm/builtin.c (builtin_canstore): Throw an ArrayStoreException.
[cacao.git] / src / vm / builtintable.inc
index 9d884d1bd2a365cad1e4cecf6c563514111c7ee8..8e95c6026ed2229973b1de7a1e696ccbbe1e7b8f 100644 (file)
@@ -356,10 +356,10 @@ static builtintable_entry builtintable_internal[] = {
        {
                ICMD_AASTORE,
                0,
-               BUILTIN_canstore,
+               BUILTIN_FAST_canstore,
                NULL,
                NULL,
-               "canstore",
+               "fast-canstore",
                "([Ljava/lang/Object;Ljava/lang/Object;)I",
                NULL,
                NULL,