diff options
Diffstat (limited to 'ortho/oread/ortho_front.adb')
-rw-r--r-- | ortho/oread/ortho_front.adb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ortho/oread/ortho_front.adb b/ortho/oread/ortho_front.adb index 7a3fe9a..e70a99c 100644 --- a/ortho/oread/ortho_front.adb +++ b/ortho/oread/ortho_front.adb @@ -41,7 +41,7 @@ package body Ortho_Front is is pragma Unreferenced (Arg); begin - if Opt.all = "-r" then + if Opt.all = "-r" or Opt.all = "--ghdl-r" then Flag_Renumber := True; return 1; else |