Remove #pragmas to switch to the RODATA segment since the compiler will do
this now without help. git-svn-id: svn://svn.cc65.org/cc65/trunk@263 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -7,9 +7,6 @@
|
||||
|
||||
|
||||
|
||||
/* Data in this module is read-only, put it into the RODATA segment */
|
||||
#pragma dataseg ("RODATA")
|
||||
|
||||
const unsigned char _hextab [16] = {
|
||||
'0', '1', '2', '3', '4', '5', '6', '7',
|
||||
'8', '9', 'A', 'B', 'C', 'D', 'E', 'F'
|
||||
|
||||
Reference in New Issue
Block a user