diff --git a/NEWS b/NEWS index 6501b8f4..3aab71d3 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ * Fixed a bug in Pointer#cast! which does not accept symbol argument as pointer type like Pointer#new. * Added the Pointer#value which is alias of Pointer#[0]. + * Fixed a bug where methods that take variable arguments does not call + appropriate function if raise an Argument Error exception. = RubyMotion 1.25 = diff --git a/vm b/vm index 5a9e374b..54a69aaa 160000 --- a/vm +++ b/vm @@ -1 +1 @@ -Subproject commit 5a9e374b5f78d9c206185a446f5904d5619439c6 +Subproject commit 54a69aaa286e12c935513f4ebf730144c3b5c442