aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth/elab-memtype.adb
diff options
context:
space:
mode:
authorTristan Gingold <tgingold@free.fr>2022-05-12 18:18:38 +0200
committerTristan Gingold <tgingold@free.fr>2022-05-12 18:18:38 +0200
commitf3941875b894fd0e8744fbee5a7fb2904c0ddde8 (patch)
treee873eb480c425902fa38686100376f360de01ac5 /src/synth/elab-memtype.adb
parent386166fc6913f20d98bee61e4051296998a22cbe (diff)
downloadghdl-f3941875b894fd0e8744fbee5a7fb2904c0ddde8.tar.gz
ghdl-f3941875b894fd0e8744fbee5a7fb2904c0ddde8.tar.bz2
ghdl-f3941875b894fd0e8744fbee5a7fb2904c0ddde8.zip
elab-memtype.adb: identation
Diffstat (limited to 'src/synth/elab-memtype.adb')
-rw-r--r--src/synth/elab-memtype.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/synth/elab-memtype.adb b/src/synth/elab-memtype.adb
index 382378c1c..c8234bb2b 100644
--- a/src/synth/elab-memtype.adb
+++ b/src/synth/elab-memtype.adb
@@ -42,7 +42,7 @@ package body Elab.Memtype is
return To_U8_Ptr (To_Address (Mem)).all;
end Read_U8;
- procedure Write_I32 (Mem : Memory_Ptr; Val : Ghdl_I32)
+ procedure Write_I32 (Mem : Memory_Ptr; Val : Ghdl_I32)
is
V : Ghdl_I32;
for V'Address use To_Address (Mem);