Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Index is calculated incorrectly for nested structures #5

Open
alexanderzhak opened this issue Mar 6, 2023 · 1 comment
Open

Index is calculated incorrectly for nested structures #5

alexanderzhak opened this issue Mar 6, 2023 · 1 comment

Comments

@alexanderzhak
Copy link

struct EFI_TIME
  Year                UINT16
  Month               UINT8
  Day                 UINT8
  Hour                UINT8
  Minute              UINT8
  Second              UINT8
  Pad1                UINT8
  Nanosecond          UINT32
  TimeZone            INT16
  Daylight            UINT8
  Pad2                UINT8
ends

struct EFI_FILE_INFO
  Size                UINT64
  FileSize            UINT64
  PhysicalSize        UINT64
  CreateTime          EFI_TIME  ; compiles as (+0,+32), but should be (+0,+24)
  LastAccessTime      EFI_TIME
  ModificationTime    EFI_TIME
  Attribute           UINT64
  FileName            CHAR16
ends
@pbatard
Copy link
Owner

pbatard commented Mar 6, 2023

I'm afraid that, since this is a very old repository of mine and I no longer have any plans for EBC development, I am not planning to invest any more development time on this.

This means that I will not personally fix issues or improve the current code.

If you send Pull Request, I may integrate it into the codebase. But that's about as far as I will go with this codebase at this stage.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants