More changes
[uccvend-snackrom.git] / ROM2 / asm.h
index 3e8cc09..14e01ed 100644 (file)
@@ -5,7 +5,7 @@
 
 /* The "g" below really should be an "i", but gcc doesn't believe that it will
  * always be an immediate value. Using "g" makes the compiler be quiet, but 
- * the assembler will fail if the value is not an immediate.
+ * the assembler should fail if the value is not an immediate.
  */
 extern inline void bset(void* addr, u8 mask) {
        asm volatile (

UCC git Repository :: git.ucc.asn.au