mirror of
https://gitlab.cern.ch/wotsubo/endcap-sl-software-ri-generator.git
synced 2025-02-23 00:57:08 +09:00
fix: missing interpolation (impl CodeGen for Register, Debug
)
This commit is contained in:
parent
cba4b3af05
commit
d2f9cd603f
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ impl CodeGen for Register {
|
|||
|
||||
pub struct #reg_name<'a> {
|
||||
mem_ptr: *mut u32,
|
||||
_marker: PhantomData<&'a mut super::Debug<'a>>,
|
||||
_marker: PhantomData<&'a mut super::#parent<'a>>,
|
||||
}
|
||||
|
||||
impl #reg_name<'_> {
|
||||
|
|
Loading…
Reference in a new issue