Commit 89cdcc7e authored by Kevin Modzelewski's avatar Kevin Modzelewski

Give callattr runtime ics more space

parent 889a2fdd
......@@ -68,7 +68,7 @@ protected:
class CallattrIC : public RuntimeIC {
public:
CallattrIC() : RuntimeIC((void*)callattr, 1, 160) {}
CallattrIC() : RuntimeIC((void*)callattr, 1, 320) {}
Box* call(Box* obj, BoxedString* attr, CallattrFlags flags, ArgPassSpec spec, Box* arg0, Box* arg1, Box* arg2,
Box** args, const std::vector<BoxedString*>* keyword_names) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment