Browse Source

* alignment of byte bugfix

carl 27 years ago
parent
commit
7ada4c34fe
1 changed files with 6 additions and 3 deletions
  1. 6 3
      compiler/ag68kmot.pas

+ 6 - 3
compiler/ag68kmot.pas

@@ -392,7 +392,7 @@ unit ag68kmot;
                       end;
                       end;
           ait_label : begin
           ait_label : begin
                        if assigned(hp^.next) and (pai(hp^.next)^.typ in
                        if assigned(hp^.next) and (pai(hp^.next)^.typ in
-                          [ait_const_32bit,ait_const_16bit,ait_const_symbol,
+                          [ait_const_32bit,ait_const_16bit,ait_const_symbol,ait_const_8bit,
                            ait_real_64bit,ait_real_32bit,ait_string]) then
                            ait_real_64bit,ait_real_32bit,ait_string]) then
                         begin
                         begin
                           if not(cs_littlesize in aktglobalswitches) then
                           if not(cs_littlesize in aktglobalswitches) then
@@ -426,7 +426,7 @@ ait_labeled_instruction :
                        { ------------- REQUIREMENT FOR 680x0 ------------------- }
                        { ------------- REQUIREMENT FOR 680x0 ------------------- }
                        { ------------------------------------------------------- }
                        { ------------------------------------------------------- }
                        if assigned(hp^.next) and (pai(hp^.next)^.typ in
                        if assigned(hp^.next) and (pai(hp^.next)^.typ in
-                          [ait_const_32bit,ait_const_16bit,ait_const_symbol,
+                          [ait_const_32bit,ait_const_16bit,ait_const_symbol,ait_const_8bit,
                            ait_real_64bit,ait_real_32bit,ait_string]) then
                            ait_real_64bit,ait_real_32bit,ait_string]) then
                         begin
                         begin
                           if not(cs_littlesize in aktglobalswitches) then
                           if not(cs_littlesize in aktglobalswitches) then
@@ -523,7 +523,10 @@ ait_labeled_instruction :
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.7  1998-08-10 14:49:38  peter
+  Revision 1.8  1998-09-16 01:08:08  carl
+    * alignment of byte bugfix
+
+  Revision 1.7  1998/08/10 14:49:38  peter
     + localswitches, moduleswitches, globalswitches splitting
     + localswitches, moduleswitches, globalswitches splitting
 
 
   Revision 1.6  1998/07/10 10:50:56  peter
   Revision 1.6  1998/07/10 10:50:56  peter