Ignore:
Timestamp:
Jul 15, 2023, 12:51:15 AM (16 months ago)
Author:
chronos
Message:
  • Modified: Removed U prefix from unit names.
  • Fixed: Memory leaks.
File:
1 moved

Legend:

Unmodified
Added
Removed
  • branches/CpuSingleSize/Instructions.pas

    r237 r238  
    1 unit UInstructions;
     1unit Instructions;
    22
    33interface
    44
    55uses
    6   Classes, SysUtils, Generics.Collections, UCpu;
     6  Classes, SysUtils, Generics.Collections, Cpu;
    77
    88type
Note: See TracChangeset for help on using the changeset viewer.