Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy-pasta.
  • Loading branch information
jnthn committed Feb 28, 2015
1 parent 959164f commit b22a0e7
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,10 +32,10 @@ public SixModelObject allocate(ThreadContext tc, STable st) {
obj = new NativeRefInstanceIntLex();
break;
case StorageSpec.BP_NUM:
obj = new NativeRefInstanceIntLex();
obj = new NativeRefInstanceNumLex();
break;
case StorageSpec.BP_STR:
obj = new NativeRefInstanceIntLex();
obj = new NativeRefInstanceStrLex();
break;
default:
throw ExceptionHandling.dieInternal(tc,
Expand Down

0 comments on commit b22a0e7

Please sign in to comment.