Skip to content

Commit

Permalink
[truffle] Fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
pmurias committed Aug 31, 2018
1 parent 2486d2e commit 5517836
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -13,6 +13,8 @@ private static void bootstrapKnowHOW(GlobalContext globalContext) {
* pass in NULL. */
STable stable = new STable(null);

stable.repr = REPRRegistry.createFromName("KnowHOWREPR", stable);

TypeObject knowhow = REPRRegistry.typeObjectFor("KnowHOWREPR", stable);

/* We create a KnowHOW instance that can describe itself. This means
Expand Down

0 comments on commit 5517836

Please sign in to comment.