From ced133e40290c30809e6d632cdf1e6f749ea9dd5 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Fri, 16 Sep 2016 16:04:11 -0700 Subject: 3371 --- html/026call.cc.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'html/026call.cc.html') diff --git a/html/026call.cc.html b/html/026call.cc.html index ca151665..687ffbd3 100644 --- a/html/026call.cc.html +++ b/html/026call.cc.html @@ -119,6 +119,11 @@ call& current_call() assert(!Current_routine->calls.empty()); return get(Recipe, current_call().running_recipe).name; } +:(replace{} "const recipe& current_recipe()") +const recipe& current_recipe() { + assert(!Current_routine->calls.empty()); + return get(Recipe, current_call().running_recipe); +} :(replace{} "const instruction& current_instruction()") const instruction& current_instruction() { assert(!Current_routine->calls.empty()); -- cgit 1.4.1-2-gfad0