diff options
| author | Tristan Gingold <tgingold@free.fr> | 2022-05-12 18:18:38 +0200 | 
|---|---|---|
| committer | Tristan Gingold <tgingold@free.fr> | 2022-05-12 18:18:38 +0200 | 
| commit | f3941875b894fd0e8744fbee5a7fb2904c0ddde8 (patch) | |
| tree | e873eb480c425902fa38686100376f360de01ac5 | |
| parent | 386166fc6913f20d98bee61e4051296998a22cbe (diff) | |
| download | ghdl-f3941875b894fd0e8744fbee5a7fb2904c0ddde8.tar.gz ghdl-f3941875b894fd0e8744fbee5a7fb2904c0ddde8.tar.bz2 ghdl-f3941875b894fd0e8744fbee5a7fb2904c0ddde8.zip | |
elab-memtype.adb: identation
| -rw-r--r-- | src/synth/elab-memtype.adb | 2 | 
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); | 
