From 7f03f4d8960deee8c3edb08277bf59308af305bc Mon Sep 17 00:00:00 2001 From: David Shah Date: Tue, 13 Oct 2020 08:49:02 +0100 Subject: nexus: Tidy up FASM backend Signed-off-by: David Shah --- nexus/arch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nexus/arch.h') diff --git a/nexus/arch.h b/nexus/arch.h index 2f84b25d..700df103 100644 --- a/nexus/arch.h +++ b/nexus/arch.h @@ -1364,7 +1364,7 @@ struct Arch : BaseCtx typedef std::unordered_map CellPinsData; - void get_cell_pin_data(std::unordered_map &cell_pins); + void get_cell_pin_data(std::unordered_map &cell_pins) const; // ------------------------------------------------- -- cgit v1.2.3