Vas Crabb
Vas Crabb
Sorry for the red herring about position readback, I forgot the MC6845 doesn’t have readable display counters besides the address outputs. But, looking at this, I still can’t see it...
To get the best possible results for this, and to make it less susceptible to issues caused by different parts of the device code getting out of sync, this is...
I really don’t see how jumping straight into a data table has anything to do with unmapped SIMM slots,
Please give the pull request a meaningful title. You should describe what it actually does.
The question is whether **the SDL2 framework** is up-to-date. What exact version of SDL2 do you have installed?
The first stack trace looks a lot like memory corruption. The actual bug likely did the damage long before the point where it crashed. The second one I have no...
I think this is a bug in clang. The `noexcept` specification isn’t part of the function type. You can see it accepts it without a `noexcept` specification at all or...
OK, it’s actually pretty easy to reproduce – this builds with clang 17 but not with clang 18 as C++17: ```c++ template struct class_tmpl { template static void call_e() {...
Reported as llvm/llvm-project#91362
Fixed in llvm main branch by llvm/llvm-project#90760. I don't know when this will make it into a clang release.