Is it ok to make the static functions in Chunks.cpp non-static like this, or should they be namespaced/moved any further if they are to be used from other files?
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Updated to set the thumb bit via | 1 instead of + 1, moved the setting of the bit into the 32 bit if/else branch, since it won't be used on 64 bit - not as such at least.