stdlib: Del comment stating SE mode limited to single thread (#402)

This comment was left in the codebase in error. The
`set_se_binary_workload` function works fine with multi-threaded
applications. This hasn't been a restriction for some time.
This commit is contained in:
Harshil Patel
2023-10-09 10:30:32 -07:00
committed by GitHub

View File

@@ -75,7 +75,6 @@ class SEBinaryWorkload:
"""Set up the system to run a specific binary. """Set up the system to run a specific binary.
**Limitations** **Limitations**
* Only supports single threaded applications.
* Dynamically linked executables are partially supported when the host * Dynamically linked executables are partially supported when the host
ISA and the simulated ISA are the same. ISA and the simulated ISA are the same.