about summary refs log tree commit diff stats
path: root/036call_ingredient.cc
diff options
context:
space:
mode:
Diffstat (limited to '036call_ingredient.cc')
-rw-r--r--036call_ingredient.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/036call_ingredient.cc b/036call_ingredient.cc
index 33c85e4d..9e355eb1 100644
--- a/036call_ingredient.cc
+++ b/036call_ingredient.cc
@@ -95,7 +95,7 @@ INGREDIENT,
 Recipe_number["ingredient"] = INGREDIENT;
 :(before "End Primitive Recipe Implementations")
 case INGREDIENT: {
-  assert(isa_literal(current_instruction().ingredients.at(0)));
+  assert(is_literal(current_instruction().ingredients.at(0)));
   assert(scalar(ingredients.at(0)));
   if (static_cast<long long int>(ingredients.at(0).at(0)) < SIZE(Current_routine->calls.front().ingredient_atoms)) {
     Current_routine->calls.front().next_ingredient_to_process = ingredients.at(0).at(0);